mbox series

[0/3] ALSA: allow quirks with codec SSID matching

Message ID 20241008120233.7154-1-tiwai@suse.de (mailing list archive)
Headers show
Series ALSA: allow quirks with codec SSID matching | expand

Message

Takashi Iwai Oct. 8, 2024, 12:02 p.m. UTC
Hi,

this is a cleanup patch for HD-audio to allow the quirk entries
with the primary codec SSID matching instead of PCI SSID.
It helps for reducing the conditional application of quirks for
devices with the conflicting PCI SSIDs.


Takashi

===

Takashi Iwai (3):
  ALSA: hda: Use own quirk lookup helper
  ALSA: hda/conexant: Use the new codec SSID matching
  ALSA: hda/realtek: Use codec SSID matching for Lenovo devices

 sound/pci/hda/hda_auto_parser.c     |  61 +++++++++++---
 sound/pci/hda/hda_local.h           |  22 +++++-
 sound/pci/hda/patch_analog.c        |   6 +-
 sound/pci/hda/patch_cirrus.c        |   8 +-
 sound/pci/hda/patch_conexant.c      |  36 +++------
 sound/pci/hda/patch_cs8409-tables.c |   2 +-
 sound/pci/hda/patch_cs8409.h        |   2 +-
 sound/pci/hda/patch_realtek.c       | 118 +++++-----------------------
 sound/pci/hda/patch_sigmatel.c      |  22 +++---
 sound/pci/hda/patch_via.c           |   2 +-
 10 files changed, 121 insertions(+), 158 deletions(-)