mbox series

[0/3] ALSA: usb-audio: Reduce device table

Message ID 20200817082140.20232-1-tiwai@suse.de
Headers show
Series ALSA: usb-audio: Reduce device table | expand

Message

Takashi Iwai Aug. 17, 2020, 8:21 a.m. UTC
Hi,

this is a patch set for USB-audio driver to reduce the unnecessary
entries from the exported device table.  Also it contains the
corrections of the device matching for a few entries to be more
strict.


Takashi

===

Takashi Iwai (3):
  ALSA: usb-audio: Move device rename and profile quirks to an internal
    table
  ALSA: usb-audio: Simplify quirk entries with a macro
  ALSA: usb-audio: Properly match with audio interface class

 sound/usb/card.c         | 133 +++++++++++++++++++++--
 sound/usb/quirks-table.h | 276 +++++++----------------------------------------
 sound/usb/usbaudio.h     |   1 -
 3 files changed, 162 insertions(+), 248 deletions(-)