From cd25e7864a1a21783dce42ab226b643cb2395a86 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Fri, 16 Dec 2011 11:27:59 +0100 Subject: [PATCH] Unmute mixer controls before setting volume --- autoconfig.functions | 1 + 1 file changed, 1 insertion(+) diff --git a/autoconfig.functions b/autoconfig.functions index 1a3488b..de8341d 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1155,6 +1155,7 @@ config_mixer () { for CONTROL in Master PCM ; 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 -- 2.1.4