From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932328AbWCFOQS (ORCPT ); Mon, 6 Mar 2006 09:16:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932329AbWCFOQS (ORCPT ); Mon, 6 Mar 2006 09:16:18 -0500 Received: from ns1.suse.de ([195.135.220.2]:25060 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932328AbWCFOQR (ORCPT ); Mon, 6 Mar 2006 09:16:17 -0500 Date: Mon, 06 Mar 2006 15:16:15 +0100 Message-ID: From: Takashi Iwai To: Adrian Bunk Cc: Otavio Salvador , linux-kernel@vger.kernel.org Subject: Re: ALSA HDA Intel stoped to work in 2.6.16-* In-Reply-To: <20060304145114.GY9295@stusta.de> References: <87wtfhx7rm.fsf@nurf.casa> <87slq3x3w1.fsf@nurf.casa> <87fym3w7m3.fsf@nurf.casa> <8764mxiny5.fsf@nurf.casa> <87zmk6eq1t.fsf@nurf.casa> <20060304145114.GY9295@stusta.de> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta21) (corn) (+CVS-20050720) (i386-suse-linux) 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 X-Mailing-List: linux-kernel@vger.kernel.org At Sat, 4 Mar 2006 15:51:14 +0100, Adrian Bunk wrote: > > On Sat, Mar 04, 2006 at 02:29:02AM -0300, Otavio Salvador wrote: > > Takashi Iwai writes: > > > > > Are you sure that your device has PCI SUB-system id 8086:2668 ? > > > > oh no! Sorry! > > > > 0000:00:1b.0 0403: 8086:2668 (rev 04) > > Subsystem: 152d:0729 > > ^^^^^^^^^ > > Can you make a patch with the correct id test whether it fixes your > problem (without model=basic)? This one should work for his device. Takashi === [PATCH] Add default entry for CTL Travel Master U553W Added the default entry of ALC880 configuration table for CTL Travel Master U553W. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b767552..d5cd3a1 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -2948,6 +2948,8 @@ static struct hda_board_config alc260_cf { .modelname = "basic", .config = ALC260_BASIC }, { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb, .config = ALC260_BASIC }, /* Sony VAIO */ + { .pci_subvendor = 0x152d, .pci_subdevice = 0x0729, + .config = ALC260_BASIC }, /* CTL Travel Master U553W */ { .modelname = "hp", .config = ALC260_HP }, { .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP }, { .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },