Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762186AbXJSK5N (ORCPT ); Fri, 19 Oct 2007 06:57:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752042AbXJSK47 (ORCPT ); Fri, 19 Oct 2007 06:56:59 -0400 Received: from cantor.suse.de ([195.135.220.2]:45158 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750768AbXJSK46 (ORCPT ); Fri, 19 Oct 2007 06:56:58 -0400 Date: Fri, 19 Oct 2007 12:02:29 +0200 Message-ID: From: Takashi Iwai To: Jan-Simon =?ISO-8859-1?Q?M=F6ller?= Cc: alsa-devel@alsa-project.org, Linux Kernel Mailing List Subject: Re: [alsa-devel] hda-intel: no soundcard with current linus' git tree In-Reply-To: <200710191246.34401.dl9pf@gmx.de> References: <471538C2.80806@m3y3r.de> <200710181819.25496.dl9pf@gmx.de> <200710191246.34401.dl9pf@gmx.de> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1310 Lines: 36 At Fri, 19 Oct 2007 12:46:34 +0200, Jan-Simon M?ller wrote: > > Am Freitag 19 Oktober 2007 07:05:54 schrieb Takashi Iwai: > > > > Try model=fujitsu or model=laptop. This will activate the > > auto-muting. > > model=laptop worked, model=fujitsu did not. > > > If it works, let me know the PCI SSID (from the output of lspci -vv). > > I did already, here's the copy: Thanks. With the patch below, the driver should work without option. Give it a try. Takashi diff -r 7cf5e23f804e sound/pci/hda/patch_conexant.c --- a/sound/pci/hda/patch_conexant.c Fri Oct 19 08:23:00 2007 +0200 +++ b/sound/pci/hda/patch_conexant.c Fri Oct 19 12:56:13 2007 +0200 @@ -765,6 +765,7 @@ static struct snd_pci_quirk cxt5045_cfg_ SND_PCI_QUIRK(0x103c, 0x30d9, "HP Spartan", CXT5045_LAPTOP), SND_PCI_QUIRK(0x1734, 0x10ad, "Fujitsu Si1520", CXT5045_FUJITSU), SND_PCI_QUIRK(0x1734, 0x10cb, "Fujitsu Si3515", CXT5045_LAPTOP), + SND_PCI_QUIRK(0x1734, 0x110e, "Fujitsu V5505", CXT5045_LAPTOP), SND_PCI_QUIRK(0x8086, 0x2111, "Conexant Reference board", CXT5045_LAPTOP), {} }; - 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/