Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753510AbZI2HXY (ORCPT ); Tue, 29 Sep 2009 03:23:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753420AbZI2HXX (ORCPT ); Tue, 29 Sep 2009 03:23:23 -0400 Received: from cantor.suse.de ([195.135.220.2]:58763 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753242AbZI2HXW (ORCPT ); Tue, 29 Sep 2009 03:23:22 -0400 Date: Tue, 29 Sep 2009 09:23:25 +0200 Message-ID: From: Takashi Iwai To: manoj.iyer@canonical.com Cc: perex@perex.cz, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH REALTEK] Added quirk to enable sound on Toshiba NB200 In-Reply-To: References: User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.7 Emacs/23.1 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2486 Lines: 77 At Mon, 28 Sep 2009 10:30:22 -0500 (CDT), manoj.iyer@canonical.com wrote: > > > Takashi, > > Please find attached also-info output after the patch was applied. Also, > uploaded to: > > http://www.alsa-project.org/db/?f=8e97e173ae5364a7e015c173bc2adadb7a20605e Thanks. And what about my first question? Doesn't the latest driver work without your change? Try alsa-driver-snapshot tarball below if not tested yet. ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/snapshot/alsa-driver-snapshot.tar.gz Or sound git tree master / for-next branches if you prefer kernel GIT: git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git Takashi > > --- manjo > > On Wed, 23 Sep 2009, Takashi Iwai wrote: > > > At Wed, 23 Sep 2009 00:39:45 -0500 (CDT), > > Manoj Iyer wrote: > >> > >> > >>> From c96629e96fecbe59de7124ec913019ed378d0029 Mon Sep 17 00:00:00 2001 > >> From: Manoj Iyer > >> Date: Tue, 22 Sep 2009 18:33:29 -0500 > >> Subject: [PATCH] [PATCH REALTEK] Added quirk to enable sound on Toshiba NB200 > >> > >> Patch was tested on Toshiba NB200 and is found to enable sound. > > > > So, it doesn't work without the model quirk? > > Could you give alsa-info.sh output (run with --no-upload option)? > > > > > > thanks, > > > > Takashi > > > >> > >> Signed-off-by: Manoj Iyer > >> Cc: stable@kernel.org > >> --- > >> 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), > >> -- > >> 1.6.3.3 > >> > >> > >> --- manjo > >> > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/