]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda - Expand pin_match function to match upcoming new tbls
authorHui Wang <hui.wang@canonical.com>
Fri, 16 Aug 2019 06:27:39 +0000 (14:27 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 16 Aug 2019 09:59:30 +0000 (11:59 +0200)
commit0fc1e447e9e474c2460df8d0378f899b8813e1d2
tree0e761866385d4edc03b43bd4c4ce82e738cc8600
parent246bb4aaa4f4314816ae6835f3c6cc6dc7a10f4f
ALSA: hda - Expand pin_match function to match upcoming new tbls

With the existing pintbl, we already have many entries in it. it is
better to figure out a new way to reduce the size of the pintbl.

We plan to define a new tbl which will match more machines with a
single tbl, To do that, this function doesn't need to match all valid
pins between machine and tbl, it just needs to match all pins defined
in the tbl with the machine.

And the plan is to move some tbls from pin_fixup_tbl to
fallback_pin_fixup_tbl gradually.

Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/hda_local.h
sound/pci/hda/patch_realtek.c