diff --git a/inxi b/inxi index 8fc7ea9..a879c69 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 = $4 + portsTemp = gensub(/\t*I\/O ports at ([a-z0-9]+)(| \[.*\])/,"\\1","g",$0) ports[audioCard] = ports[audioCard] portsTemp " " } }