From 2afc2495f18de2e18fe8c7a94e8756e5a324a650 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 19 Oct 2012 03:27:55 +0000 Subject: [PATCH] same error for usb audio, fixed that too --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index df9c1bc..ef1882e 100755 --- a/inxi +++ b/inxi @@ -2920,8 +2920,8 @@ get_audio_usb_data() string = string separator $i separator = " " } - if ( $6 != "" ){ - print string ",USB Audio,,," $6 + if ( $2 != "" ){ + print string ",USB Audio,,," $2 "-" $4 } }' <<< "$usb_data" ) fi