mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
removed audio array debugging echo
This commit is contained in:
parent
6fa1b9ca6a
commit
3d91871ffb
2
inxi
2
inxi
|
@ -1032,7 +1032,7 @@ get_audio_data()
|
|||
}' /proc/asound/cards ) )
|
||||
fi
|
||||
IFS="$ORIGINAL_IFS"
|
||||
echo ${A_AUDIO_DATA[@]}
|
||||
|
||||
# handle cases where card detection fails, like in PS3, where lspci gives no output, or headless boxes..
|
||||
if [[ ${#A_AUDIO_DATA[@]} -eq 0 ]];then
|
||||
A_AUDIO_DATA[0]='Failed to Detect Sound Card!'
|
||||
|
|
Loading…
Reference in a new issue