From 4c5717cf817ec30b4c02b239f1f5cfd529022170 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 14 Nov 2008 02:12:30 +0000 Subject: [PATCH] (No Version Change) Just changed Sound System: back to Sound Driver: - alsa on their webpage calls it a driver --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 7501d37..99aeeac 100755 --- a/inxi +++ b/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"