From 97400bdad03aed28ce75f670ed7e145fadd336db Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Fri, 16 Dec 2011 11:57:19 +0100 Subject: [PATCH] Try to set Front mixer control. Thanks to Lupe Christoph for the hint. --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"% -- 2.1.4