[alsa-devel] [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
Ozan Caglayan
ozan at pardus.org.tr
Tue Mar 10 08:51:22 CET 2009
One of our users reported that its laptop doesn't mute the internal
speakers when a jack is inserted into headphones without model=hippo.
Here's the alsa-info output for reference:
http://www.alsa-project.org/db/?f=8dae188ec2db110b9e6804c60f4659f0cb606c62
Signed-off-by: Ozan Caglayan <ozan at pardus.org.tr>
---
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 b794cba..6e79770 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10874,6 +10874,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x2817, "HP RP5700", ALC262_HP_RP5700),
SND_PCI_QUIRK(0x104d, 0x1f00, "Sony ASSAMD", ALC262_SONY_ASSAMD),
SND_PCI_QUIRK(0x104d, 0x8203, "Sony UX-90", ALC262_HIPPO),
+ SND_PCI_QUIRK(0x104d, 0x902d, "Sony VAIO VGN-NR21E", 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",
--
1.6.2
More information about the Alsa-devel
mailing list