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