[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <s5htzonxw0a.wl%tiwai@suse.de>
Date: Fri, 19 Oct 2007 12:02:29 +0200
From: Takashi Iwai <tiwai@...e.de>
To: Jan-Simon Möller <dl9pf@....de>
Cc: alsa-devel@...a-project.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [alsa-devel] hda-intel: no soundcard with current linus' git tree
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists