]> Git Repo - linux.git/commitdiff
ALSA: hda - Adding a group of pin definition to fix headset problem
authorHui Wang <[email protected]>
Thu, 23 Mar 2017 02:00:25 +0000 (10:00 +0800)
committerTakashi Iwai <[email protected]>
Thu, 23 Mar 2017 08:39:55 +0000 (09:39 +0100)
A new Dell laptop needs to apply ALC269_FIXUP_DELL1_MIC_NO_PRESENCE to
fix the headset problem, and the pin definiton of this machine is not
in the pin quirk table yet, now adding it to the table.

Signed-off-by: Hui Wang <[email protected]>
Cc: <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_realtek.c

index 8d6b3703d0a291f4fa7e34f0fbb7a5a5311d051c..7f989898cbd9aa6fcf16360f7cd8b48d6f87e681 100644 (file)
@@ -6102,6 +6102,8 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
                ALC295_STANDARD_PINS,
                {0x17, 0x21014040},
                {0x18, 0x21a19050}),
+       SND_HDA_PIN_QUIRK(0x10ec0295, 0x1028, "Dell", ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
+               ALC295_STANDARD_PINS),
        SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE,
                ALC298_STANDARD_PINS,
                {0x17, 0x90170110}),
This page took 0.066057 seconds and 4 git commands to generate.