mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
debugger
This commit is contained in:
parent
84af892826
commit
8d520d598c
2
inxi
2
inxi
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue