Try to set Front mixer control.
[grml-autoconfig.git] / autoconfig.functions
index 1a3488b..e133004 100755 (executable)
@@ -1153,8 +1153,9 @@ 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}"%
                   eend $?
                fi