]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers
authorTakashi Iwai <tiwai@suse.de>
Sat, 7 Dec 2024 13:37:53 +0000 (14:37 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Dec 2024 08:24:38 +0000 (09:24 +0100)
commit7c005292e20ac53dfa601bf2a7375fd4815511ad
treedf1cf0dba4f02e97af72ff50abdff2908f9fb111
parent82fdcf9b518b205da040046fbe7747fb3fd18657
ALSA: hda/ca0132: Use standard HD-audio quirk matching helpers

CA0132 used the PCI SSID lookup helper that doesn't support the model
string matching or quirk aliasing.

Replace it with the standard HD-audio quirk helpers for supporting
those, and add the definition of the model strings for supported
quirks, too.  There should be no visible change to the outside for the
working system, but the driver will parse the model option and apply
the quirk based on it from now on.

Link: https://patch.msgid.link/20241207133754.3658-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c