This commit is contained in:
inxi-svn 2014-09-22 19:50:45 +00:00
parent 482338cae2
commit 78a1c5b0e8

2
inxi
View file

@ -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 " "
}
}