All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda: Use model=auto quirk for Sony VAIO VGN-FW170J using ALC262
@ 2009-11-09  0:11 Dan Chen
  2009-11-09 20:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Chen @ 2009-11-09  0:11 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: crimsun, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

Hi,

Attached please find a patch against sound-2.6 HEAD using ALC262_AUTO
for the Sony VAIO VGN-FW170J. Without using model=auto, the internal mic
does not function.

Thanks,
Dan



      

[-- Attachment #2: 0001-ALSA-hda-Use-model-auto-quirk-for-Sony-VAIO-VGN-FW17.patch --]
[-- Type: application/octet-stream, Size: 1214 bytes --]

From b35e23de49276191f8b86f0a098200756570f0cb Mon Sep 17 00:00:00 2001
From: Daniel T Chen <crimsun@ubuntu.com>
Date: Sun, 8 Nov 2009 19:03:55 -0500
Subject: [PATCH] ALSA: hda: Use model=auto quirk for Sony VAIO VGN-FW170J using ALC262

BugLink: https://bugs.launchpad.net/bugs/478309

The internal microphone on this VAIO model does not work unless the
"auto" quirk is used.

Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
---
 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 3bee6a2..c4f0acb 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -11457,6 +11457,7 @@ static struct snd_pci_quirk alc262_cfg_tbl[] = {
 	SND_PCI_QUIRK(0x104d, 0x820f, "Sony ASSAMD", ALC262_SONY_ASSAMD),
 	SND_PCI_QUIRK(0x104d, 0x9016, "Sony VAIO", ALC262_AUTO), /* dig-only */
 	SND_PCI_QUIRK(0x104d, 0x9025, "Sony VAIO Z21MN", ALC262_TOSHIBA_S06),
+	SND_PCI_QUIRK(0x104d, 0x9035, "Sony VAIO VGN-FW170J", ALC262_AUTO),
 	SND_PCI_QUIRK_MASK(0x104d, 0xff00, 0x9000, "Sony VAIO",
 			   ALC262_SONY_ASSAMD),
 	SND_PCI_QUIRK(0x1179, 0x0001, "Toshiba dynabook SS RX1",
-- 
1.6.3.3


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

* Re: [PATCH] ALSA: hda: Use model=auto quirk for Sony VAIO VGN-FW170J using ALC262
  2009-11-09  0:11 [PATCH] ALSA: hda: Use model=auto quirk for Sony VAIO VGN-FW170J using ALC262 Dan Chen
@ 2009-11-09 20:08 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2009-11-09 20:08 UTC (permalink / raw)
  To: Dan Chen; +Cc: crimsun, alsa-devel

At Sun, 8 Nov 2009 16:11:18 -0800 (PST),
Dan Chen wrote:
> 
> Hi,
> 
> Attached please find a patch against sound-2.6 HEAD using ALC262_AUTO
> for the Sony VAIO VGN-FW170J. Without using model=auto, the internal mic
> does not function.

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2009-11-09 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-09  0:11 [PATCH] ALSA: hda: Use model=auto quirk for Sony VAIO VGN-FW170J using ALC262 Dan Chen
2009-11-09 20:08 ` 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.