diff -u alsa-utils-1.0.15/debian/changelog alsa-utils-1.0.15/debian/changelog --- alsa-utils-1.0.15/debian/changelog +++ alsa-utils-1.0.15/debian/changelog @@ -1,3 +1,10 @@ +alsa-utils (1.0.15-3ubuntu2) hardy; urgency=low + + * Default "Digital" capture mixer used on HDA-Intel cards to be at a + more usable volume. (LP: #193823) + + -- Mario Limonciello Wed, 20 Feb 2008 15:59:38 -0600 + alsa-utils (1.0.15-3ubuntu1) hardy; urgency=low * Merge from Debian unstable, remaining changes: diff -u alsa-utils-1.0.15/debian/init alsa-utils-1.0.15/debian/init --- alsa-utils-1.0.15/debian/init +++ alsa-utils-1.0.15/debian/init @@ -206,6 +206,9 @@ switch_control "Speaker" on switch_control "Headphone" on + # HDA-Intel w/ "Digital" capture mixer (See Ubuntu #193823) + unmute_and_set_level "Digital" "80%" + return 0 }