mjbeverley / inxi

Automatically exported from code.google.com/p/inxi
0 stars 0 forks source link

USB audio string is cosmetically out of place #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by inxi-...@techpatterns.com on 8 Jul 2011 at 8:51