mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
fixing breakage, again
This commit is contained in:
parent
1b559f0c33
commit
817780b18d
2
inxi
2
inxi
|
@ -2245,7 +2245,7 @@ print_audio_data()
|
||||||
if [[ -n ${a_audio_working[0]} ]];then
|
if [[ -n ${a_audio_working[0]} ]];then
|
||||||
audio_data="${C1}Card-$(( $i + 1 )) ${C2}${a_audio_working[0]}$alsa_driver$port_data"
|
audio_data="${C1}Card-$(( $i + 1 )) ${C2}${a_audio_working[0]}$alsa_driver$port_data"
|
||||||
fi
|
fi
|
||||||
if [[ -n $audio_data ]];then## now check for the known good lsb-release distro's
|
if [[ -n $audio_data ]];then ## now check for the known good lsb-release distro's
|
||||||
audio_data=$( create_print_line " " "$audio_data" )
|
audio_data=$( create_print_line " " "$audio_data" )
|
||||||
print_screen_output "$audio_data"
|
print_screen_output "$audio_data"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue