A previous patch added USB audio and statically set the driver to
'snd-usb-audio'. This is accurate, but not consistent with the driver
outputted from different interfaces.
Current inxi output:
$ ./inxi.1 -A
Audio: Card-1 nVidia High Definition Audio Controller driver HDA Intel
Sound: ALSA v: 1.0.24
Card-2 Intel 5 Series/3400 Series Chipset High Definition Audio driver HDA Intel
Card-3 C-Media CM102-A+/102S+ Audio Controller driver snd-usb-audio
New inxi output using the attached patch:
$ ./inxi -A
Audio: Card-1 nVidia High Definition Audio Controller driver HDA Intel
Sound: ALSA v: 1.0.24
Card-2 Intel 5 Series/3400 Series Chipset High Definition Audio driver HDA Intel
Card-3 C-Media CM102-A+/102S+ Audio Controller driver USB Audio
Please consider this cosmetic change. Seeing a lowercase driver with dashes
looks out of places with the rest of the output from inxi.
Original issue reported on code.google.com by DamentZ on 23 Jun 2011 at 1:16
Original issue reported on code.google.com by
DamentZ
on 23 Jun 2011 at 1:16Attachments: