]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family
authorHui Wang <hui.wang@canonical.com>
Fri, 16 Aug 2019 06:27:40 +0000 (14:27 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 16 Aug 2019 09:59:42 +0000 (11:59 +0200)
commit7c0a69394c265f2bb674c3f5daadfdd5c15ea0d1
treed7eb792c2b02aeedb55e9df7095d3ab98db50b8c
parent0fc1e447e9e474c2460df8d0378f899b8813e1d2
ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family

We have another Dell laptop which needs the DELL4_MIC_NO_PRESENCE,
and this laptop has different pincfg definitions from existing
ones in the pintbl, rather adding a new entry, let us define
a tbl in the fallback_pin_fixup_tbl and this tbl will match
all dell machines with alc289 codec and the pins of 0x19 and 0x1b
are undef by default.

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