ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops
authorChris Chiu <chris.chiu@canonical.com>
Mon, 26 Dec 2022 11:43:03 +0000 (19:43 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 26 Dec 2022 14:31:11 +0000 (15:31 +0100)
commita4517c4f3423c7c448f2c359218f97c1173523a1
tree59e57097a2afb319a4de25c6499ad4fe59867e89
parentb8800d324abb50160560c636bfafe2c81001b66c
ALSA: hda/realtek: Apply dual codec fixup for Dell Latitude laptops

The Dell Latiture 3340/3440/3540 laptops with Realtek ALC3204 have
dual codecs and need the ALC1220_FIXUP_GB_DUAL_CODECS to fix the
conflicts of Master controls. The existing headset mic fixup for
Dell is also required to enable the jack sense and the headset mic.

Introduce a new fixup to fix the dual codec and headset mic issues
for particular Dell laptops since other old Dell laptops with the
same codec configuration are already well handled by the fixup in
alc269_fallback_pin_fixup_tbl[].

Signed-off-by: Chris Chiu <chris.chiu@canonical.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20221226114303.4027500-1-chris.chiu@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c