From patchwork Wed Sep 30 21:58:11 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manoj Iyer X-Patchwork-Id: 34630 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 4BF16B7BC6 for ; Thu, 1 Oct 2009 07:58:30 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Mt7Bm-0008OT-VN; Wed, 30 Sep 2009 22:58:23 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1Mt7Bd-0008Nd-Lx for kernel-team@lists.ubuntu.com; Wed, 30 Sep 2009 22:58:13 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1Mt7Bd-0000aB-Ig for ; Wed, 30 Sep 2009 22:58:13 +0100 Received: from [70.114.232.146] (helo=little) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Mt7Bd-000748-8i for kernel-team@lists.ubuntu.com; Wed, 30 Sep 2009 22:58:13 +0100 Date: Wed, 30 Sep 2009 16:58:11 -0500 (CDT) From: Manoj Iyer To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200 Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.8 Precedence: list Reply-To: Manoj Iyer List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com This patch enables sound on Toshiba NB200/205 netbooks. I submitted the patch upstream, and maintainer wants me to test 2.6.32-rc1, as the recent fixes might have fixed this without the quirk. Submitting to the list in case we need it sooner. From a09d48287041b355400372029415ac163179b829 Mon Sep 17 00:00:00 2001 From: Manoj Iyer Date: Wed, 30 Sep 2009 16:44:06 -0500 Subject: [PATCH] UBUNTU: SAUCE: Added quirk to enable sound on Toshiba NB200 Submitted patch upstream. BugLink: http://bugs.launchpad.net/bugs/438318 Signed-off-by: Manoj Iyer --- 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 30eeb30..713bf69 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -16876,6 +16876,7 @@ static struct snd_pci_quirk alc662_cfg_tbl[] = { SND_PCI_QUIRK(0x105b, 0x0cd6, "Foxconn", ALC662_ECS), SND_PCI_QUIRK(0x105b, 0x0d47, "Foxconn 45CMX/45GMX/45CMX-K", ALC662_3ST_6ch_DIG), + SND_PCI_QUIRK(0x1179, 0xff6e, "Toshiba NB200", ALC663_ASUS_MODE4), SND_PCI_QUIRK(0x144d, 0xca00, "Samsung NC10", ALC272_SAMSUNG_NC10), SND_PCI_QUIRK(0x1458, 0xa002, "Gigabyte 945GCM-S2L", ALC662_3ST_6ch_DIG),