From 27f84387af177979e83884744f9e3e5b0778136c Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 28 Dec 2010 23:02:10 +0100 Subject: [PATCH 1/1] fix the soundcard fix for cards with 2digit ids we wouldn't display the correct name. --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 23b4015..386ac40 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1499,7 +1499,7 @@ config_mixer () { fi for card in $(cat /proc/asound/cards| grep -e '^\s*[0-9]' | awk '{print $1}') ; do - einfo "Configuring soundcard \"$(cat /proc/asound/cards| awk -F\[ '/^ '$card'/{ FS=" "; $0=$2; print $1 }' )\"" + einfo "Configuring soundcard \"$(awk -F\[ '/^ *'$card' \[/{ FS=" "; $0=$2; print $1}' < /proc/asound/cards)\"" eindent if checkbootparam 'vol' ; then -- 2.1.4