This commit is contained in:
inxi-svn 2008-11-20 22:30:38 +00:00
parent 84af892826
commit 8d520d598c

2
inxi
View file

@ -1053,7 +1053,7 @@ get_audio_data()
} }
}') ) }') )
echo ${A_AUDIO_DATA[@]} # echo ${A_AUDIO_DATA[@]}
# c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] ) # c=gensub( /^ *vendor: (.+) +model: (.+) +rev:.*$/, "\\2", "g", a[i] )
# in case of failure of first check do this instead # in case of failure of first check do this instead
if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then if [[ ${#A_AUDIO_DATA[@]} -eq 0 && -f /proc/asound/cards ]];then