mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
(No Version Change)
Just changed Sound System: back to Sound Driver: - alsa on their webpage calls it a driver
This commit is contained in:
parent
143a732b49
commit
4c5717cf81
2
inxi
2
inxi
|
@ -1942,7 +1942,7 @@ print_audio_data()
|
|||
if [[ ${a_audio_working[1]} != 'alsa' ]];then
|
||||
audio_data="${C1}Card-$(( $i + 1 )) ${C2}${a_audio_working[0]}$port_data"
|
||||
else
|
||||
audio_data="${C1}Sound System: ${C2}${a_audio_working[0]}"
|
||||
audio_data="${C1}Sound Driver: ${C2}${a_audio_working[0]}"
|
||||
fi
|
||||
audio_data=$( create_print_line " " "$audio_data" )
|
||||
print_screen_output "$audio_data"
|
||||
|
|
Loading…
Reference in a new issue