From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Henningsson Subject: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269 Date: Tue, 24 Aug 2010 08:56:53 +0200 Message-ID: <4C736D35.6000003@canonical.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090606080103020107010306" Return-path: Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by alsa0.perex.cz (Postfix) with ESMTP id 0421A24609 for ; Tue, 24 Aug 2010 08:56:54 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: "alsa-devel@alsa-project.org" , Takashi Iwai , stable@kernel.org List-Id: alsa-devel@alsa-project.org This is a multi-part message in MIME format. --------------090606080103020107010306 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The attached patch enables playback on a Sony VAIO machine. References: http://launchpadlibrarian.net/53762567/Card0.Codecs.codec.0.txt http://launchpadlibrarian.net/53762571/PciMultimedia.txt https://bugs.launchpad.net/bugs/618271 -- David Henningsson, Canonical Ltd. http://launchpad.net/~diwic --------------090606080103020107010306 Content-Type: text/x-patch; name="0004-Add-Sony-VAIO-quirk.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0004-Add-Sony-VAIO-quirk.patch" >>From 1130bd522e5e57aeb4ee847f64ed8e3be32665be Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Mon, 23 Aug 2010 08:14:35 +0200 Subject: [PATCH] ALSA: HDA: Add Sony VAIO quirk for ALC269 Signed-off-by: David Henningsson --- 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 a4dd045..627bf99 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -14467,6 +14467,7 @@ static const struct alc_fixup alc269_fixups[] = { static struct snd_pci_quirk alc269_fixup_tbl[] = { SND_PCI_QUIRK(0x104d, 0x9071, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), + SND_PCI_QUIRK(0x104d, 0x9077, "Sony VAIO", ALC269_FIXUP_SONY_VAIO), {} }; -- 1.7.0.4 --------------090606080103020107010306 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel --------------090606080103020107010306--