ALSA: hda - fix a fixup value for codec alc293 in the pin_quirk table
authorHui Wang <hui.wang@canonical.com>
Fri, 13 Jun 2014 01:23:10 +0000 (09:23 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 13 Jun 2014 08:48:55 +0000 (10:48 +0200)
The fixup value for codec alc293 was set to
ALC269_FIXUP_DELL1_MIC_NO_PRESENCE by a mistake, if we don't fix it,
the Dock mic will be overwriten by the headset mic, this will make
the Dock mic can't work.

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

index 9c095faac97017044baaa96d5c4e34ddf6405351..06d606399abb34e6f7ca07a76f4b56a9aa28859c 100644 (file)
@@ -5159,7 +5159,7 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
                        {0x1d, 0x40700001},
                        {0x1e, 0x411111f0},
                },
-               .value = ALC269_FIXUP_DELL1_MIC_NO_PRESENCE,
+               .value = ALC293_FIXUP_DELL1_MIC_NO_PRESENCE,
        },
        {}
 };
This page took 0.028016 seconds and 5 git commands to generate.