Try to set Front mixer control.
authorUlrich Dangel <mru@grml.org>
Fri, 16 Dec 2011 10:57:19 +0000 (11:57 +0100)
committerUlrich Dangel <mru@grml.org>
Fri, 16 Dec 2011 10:57:19 +0000 (11:57 +0100)
Thanks to Lupe Christoph for the hint.

autoconfig.functions

index de8341d..e133004 100755 (executable)
@@ -1153,7 +1153,7 @@ config_mixer () {
                MICVOL=0
             fi
 
-            for CONTROL in Master PCM ; do
+            for CONTROL in Master PCM Front ; do
                if amixer -q | grep -q "Simple mixer control '$CONTROL'" ; then
                   amixer -q set "${CONTROL}" unmute 1>/dev/null 2>&1
                   amixer -q set "${CONTROL}" "${VOL}"%