All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E
@ 2009-03-10  7:51 Ozan Caglayan
       [not found] ` <s5hzlftinb6.wl%tiwai@suse.de>
  0 siblings, 1 reply; 4+ messages in thread
From: Ozan Caglayan @ 2009-03-10  7:51 UTC (permalink / raw)
  To: alsa-devel

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@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-11 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10  7:51 [PATCH] ALSA: hda - Add model quirk for Sony VAIO VGN-NR21E Ozan Caglayan
     [not found] ` <s5hzlftinb6.wl%tiwai@suse.de>
2009-03-10 12:54   ` Ozan Çağlayan
2009-03-11  6:46   ` Ozan Çağlayan
2009-03-11 10:15     ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.