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), {} };