diff -u alsa-utils-1.0.10/debian/init alsa-utils-1.0.10/debian/init --- alsa-utils-1.0.10/debian/init +++ alsa-utils-1.0.10/debian/init @@ -223,8 +223,9 @@ CARDOPT="-c $1" # Silly dance to activate internal speakers by default on PowerMac - # Snapper - if [ "`cat /proc/asound/card$1/id 2>/dev/null`" = "Snapper" ]; then + # Snapper/Tumbler ## from Debian's alsa-utils alsa-utils_1.0.11-4 + id=$(cat /proc/asound/card$1/id 2>/dev/null) + if [ "$id" = "Snapper" -o "$id" = "Tumbler" ]; then switch_control "Auto Mute" off switch_control "PC Speaker" off switch_control "Auto Mute" on diff -u alsa-utils-1.0.10/debian/changelog alsa-utils-1.0.10/debian/changelog --- alsa-utils-1.0.10/debian/changelog +++ alsa-utils-1.0.10/debian/changelog @@ -1,3 +1,11 @@ +alsa-utils (1.0.10-1ubuntu14) dapper; urgency=low + + * debian/init: Add change from Debian's alsa-utils_1.0.11-4 so that + Tumbler goes through the same preinit_levels_on_card() dance (see + Malone #30963) + + -- Daniel T Chen Sun, 28 May 2006 02:10:49 -0400 + alsa-utils (1.0.10-1ubuntu13) dapper; urgency=low * debian/init: Set 'IEC958 Playback AC97-SPSA' to 0 so that PCM1 is