ALSA: hda - Fix conflict of mixer controls on Sony VAIO VGN-AR71S

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:15 pm

Gitweb:     http://git.kernel.org/linus/bd6afe3f34d41ed81e0c62a5a2181bb7bd51aebf
Commit:     bd6afe3f34d41ed81e0c62a5a2181bb7bd51aebf
Parent:     79d7d5333b598e9a559bf27833f0ad2b8bf6ad2c
Author:     Takashi Iwai <tiwai@suse.de>
AuthorDate: Wed Mar 4 11:30:25 2009 +0100
Committer:  Takashi Iwai <tiwai@suse.de>
CommitDate: Wed Mar 4 11:30:25 2009 +0100

    ALSA: hda - Fix conflict of mixer controls on Sony VAIO VGN-AR71S
    
    The recent update enabled the model=sony-assamd for all ALC262 with
    PCI SSID 104d:90xx.  But this includes the VAIO VGN-AR* that has the
    primary codec of STAC92xx and the secondary ALC262 as a slave
    digital-only codec.  For this device, the model=auto must be chosen
    to work properly.
    
    Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/pci/hda/patch_realtek.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index c60c86a..8c02f78 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10825,6 +10825,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD),
 	SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
 	SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
+	SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */
 	SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO",
 			   ALC262_SONY_ASSAMD),
 	SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1",
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ALSA: hda - Fix conflict of mixer controls on Sony VAIO VG ..., Linux Kernel Mailing ..., (Thu Mar 26, 12:15 pm)