From: Ulrich Dangel Date: Fri, 16 Dec 2011 10:57:19 +0000 (+0100) Subject: Try to set Front mixer control. X-Git-Tag: v0.9.42~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=97400bdad03aed28ce75f670ed7e145fadd336db Try to set Front mixer control. Thanks to Lupe Christoph for the hint. --- diff --git a/autoconfig.functions b/autoconfig.functions index de8341d..e133004 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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}"%