mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
same error for usb audio, fixed that too
This commit is contained in:
parent
2e71eaaf8d
commit
2afc2495f1
4
inxi
4
inxi
|
@ -2920,8 +2920,8 @@ get_audio_usb_data()
|
||||||
string = string separator $i
|
string = string separator $i
|
||||||
separator = " "
|
separator = " "
|
||||||
}
|
}
|
||||||
if ( $6 != "" ){
|
if ( $2 != "" ){
|
||||||
print string ",USB Audio,,," $6
|
print string ",USB Audio,,," $2 "-" $4
|
||||||
}
|
}
|
||||||
}' <<< "$usb_data" )
|
}' <<< "$usb_data" )
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue