mbox series

[0/3] ALSA: hda: SSID aliasing via model option

Message ID 20210823073722.14873-1-tiwai@suse.de
Headers show
Series ALSA: hda: SSID aliasing via model option | expand

Message

Takashi Iwai Aug. 23, 2021, 7:37 a.m. UTC
Hi,

this is a patch set for enhancement of HD-audio configuration.
There are lots of cases where a quick is applied only with PCI or
codec SSID matching but no corresponding model option entry is
provided.  In such a case, user had to modify and recompile the code,
or using the early patching with patch option, both of which are
cumbersome.

This option makes it easier to apply a quirk of another device.  Now
you can pass model option string in a form of 1234:abcd for specifying
the SSID of the alias target.


Takashi

===

Takashi Iwai (3):
  ALSA: hda: Code refactoring snd_hda_pick_fixup()
  ALSA: hda: Allow model option to specify PCI SSID alias
  ALSA: hda: Update documentation for aliasing via the model option

 Documentation/sound/alsa-configuration.rst |  6 ++
 Documentation/sound/hd-audio/notes.rst     | 11 +++
 sound/pci/hda/hda_auto_parser.c            | 84 +++++++++++++---------
 3 files changed, 66 insertions(+), 35 deletions(-)