mirror of
https://github.com/smxi/inxi.git
synced 2025-04-16 22:59:11 +00:00
same error for usb audio, fixed that too
This commit is contained in:
parent
2e71eaaf8d
commit
2afc2495f1
1 changed files with 2 additions and 2 deletions
4
inxi
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue