Hi, Attached is a patch against sound-2.6 (applicable to both 2.6.32.11 and 2.6.33.2) that adds the original reporter's SSID for a quirk entry, allowing for reliably audible sound. Best, -Dan
From 5682da4a7b5874cf4cbfb1d5e5257f74c2a0f7de Mon Sep 17 00:00:00 2001 From: Daniel T Chen <crimsun@xxxxxxxxxx> Date: Sun, 4 Apr 2010 15:19:13 -0400 Subject: [PATCH] ALSA: hda: Add model quirk for Sony VAIO VGN-SZ650N BugLink: https://launchpad.net/bugs/554488 The OR has verified that this model quirk is necessary for sound to be audible reliably within both a live CD and an HD install. Reported-by: Michael Doube Tested-by: Michael Doube Cc: <stable@xxxxxxxxxx> Signed-off-by: Daniel T Chen <crimsun@xxxxxxxxxx> --- sound/pci/hda/patch_sigmatel.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index c4be3fa..a3c944a 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -6148,6 +6148,8 @@ static unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = { static struct snd_pci_quirk stac9872_cfg_tbl[] = { SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0, "Sony VAIO F/S", STAC_9872_VAIO), + SND_PCI_QUIRK(0x104d, 0x9008, "Sony VAIO VGN-SZ650N", + STAC_9872_VAIO), {} /* terminator */ }; -- 1.7.0
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel