diff options
author | Hui Wang <hui.wang@canonical.com> | 2014-09-02 23:31:07 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-09-03 01:34:21 -0400 |
commit | c77900e63abd9e2bdf385ba846a22858a0ed50a7 (patch) | |
tree | 7cf0f79f5a4ce56bbf32c3c723779071e5df5618 | |
parent | 29a4f69973eede670f8c0735a064ea4a8cd90ac5 (diff) |
ALSA: hda/realtek - move DELL2_MIC_NO_PRESENCE quirk for alc255
Cc: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 445b856796c4..b975c5a63005 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -4823,8 +4823,6 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = { | |||
4823 | SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK), | 4823 | SND_PCI_QUIRK(0x1028, 0x0638, "Dell Inspiron 5439", ALC290_FIXUP_MONO_SPEAKERS_HSJACK), |
4824 | SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), | 4824 | SND_PCI_QUIRK(0x1028, 0x064a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), |
4825 | SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), | 4825 | SND_PCI_QUIRK(0x1028, 0x064b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), |
4826 | SND_PCI_QUIRK(0x1028, 0x0668, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE), | ||
4827 | SND_PCI_QUIRK(0x1028, 0x0669, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE), | ||
4828 | SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), | 4826 | SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), |
4829 | SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), | 4827 | SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE), |
4830 | SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2), | 4828 | SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2), |
@@ -5066,6 +5064,17 @@ static const struct hda_model_fixup alc269_fixup_models[] = { | |||
5066 | }; | 5064 | }; |
5067 | 5065 | ||
5068 | static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | 5066 | static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { |
5067 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL2_MIC_NO_PRESENCE, | ||
5068 | {0x12, 0x40300000}, | ||
5069 | {0x14, 0x90170110}, | ||
5070 | {0x17, 0x411111f0}, | ||
5071 | {0x18, 0x411111f0}, | ||
5072 | {0x19, 0x411111f0}, | ||
5073 | {0x1a, 0x411111f0}, | ||
5074 | {0x1b, 0x02a11030}, | ||
5075 | {0x1d, 0x40538029}, | ||
5076 | {0x1e, 0x411111f0}, | ||
5077 | {0x21, 0x02211020}), | ||
5069 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, | 5078 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, |
5070 | {0x12, 0x90a60140}, | 5079 | {0x12, 0x90a60140}, |
5071 | {0x14, 0x90170110}, | 5080 | {0x14, 0x90170110}, |