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