diff --git a/inxi b/inxi index 92b8396..8fc7ea9 100755 --- a/inxi +++ b/inxi @@ -3580,7 +3580,7 @@ get_audio_data() modules[audioCard] = modules[audioCard] gensub( /(.*): (.*)/ ,"\\2" ,"g" ,$0 ) "" } else if (/^[[:space:]]*I\/O/) { - portsTemp = gensub(/\t*I\/O ports at (.*) \[.*\]/,"\\1","g",$0) + portsTemp = $4 ports[audioCard] = ports[audioCard] portsTemp " " } }