(No Version Change)

Just changed Sound System: back to Sound Driver: - alsa on their webpage calls it a driver
This commit is contained in:
inxi-svn 2008-11-14 02:12:30 +00:00
parent 143a732b49
commit 4c5717cf81

2
inxi
View file

@ -1942,7 +1942,7 @@ print_audio_data()
if [[ ${a_audio_working[1]} != 'alsa' ]];then if [[ ${a_audio_working[1]} != 'alsa' ]];then
audio_data="${C1}Card-$(( $i + 1 )) ${C2}${a_audio_working[0]}$port_data" audio_data="${C1}Card-$(( $i + 1 )) ${C2}${a_audio_working[0]}$port_data"
else else
audio_data="${C1}Sound System: ${C2}${a_audio_working[0]}" audio_data="${C1}Sound Driver: ${C2}${a_audio_working[0]}"
fi fi
audio_data=$( create_print_line " " "$audio_data" ) audio_data=$( create_print_line " " "$audio_data" )
print_screen_output "$audio_data" print_screen_output "$audio_data"