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

Takashi Iwai tiwai at suse.de
Mon Aug 23 09:37:19 CEST 2021


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(-)

-- 
2.26.2



More information about the Alsa-devel mailing list