ALSA: hda - Fix the headphone jack detection on Sony VAIO TX

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Fri Nov 22 17:59:11 EST 2013


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=0f5a5b8515472a0219768423226b58228001e3d5
Commit:     0f5a5b8515472a0219768423226b58228001e3d5
Parent:     a30c9aaa900a5fda21b90d5d6a3eaa3cbf16e330
Author:     Takashi Iwai <tiwai at suse.de>
AuthorDate: Thu Nov 21 09:12:52 2013 +0100
Committer:  Takashi Iwai <tiwai at suse.de>
CommitDate: Thu Nov 21 09:17:34 2013 +0100

    ALSA: hda - Fix the headphone jack detection on Sony VAIO TX
    
    BIOS sets MISC_NO_PRESENCE bit wrongly to the pin config on NID 0x0f.
    
    Cc: <stable at vger.kernel.org>
    Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index cc1dfdc..1c6f008 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1660,6 +1660,7 @@ static const struct snd_pci_quirk alc260_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1025, 0x008f, "Acer", ALC260_FIXUP_GPIO1),
 	SND_PCI_QUIRK(0x103c, 0x280a, "HP dc5750", ALC260_FIXUP_HP_DC5750),
 	SND_PCI_QUIRK(0x103c, 0x30ba, "HP Presario B1900", ALC260_FIXUP_HP_B1900),
+	SND_PCI_QUIRK(0x104d, 0x81e2, "Sony VAIO TX", ALC260_FIXUP_HP_PIN_0F),
 	SND_PCI_QUIRK(0x10cf, 0x1326, "FSC LifeBook S7020", ALC260_FIXUP_FSC_S7020),
 	SND_PCI_QUIRK(0x1509, 0x4540, "Favorit 100XS", ALC260_FIXUP_GPIO1),
 	SND_PCI_QUIRK(0x152d, 0x0729, "Quanta KN1", ALC260_FIXUP_KN1),



More information about the linux-mtd-cvs mailing list