At Mon, 25 Jun 2007 10:07:44 +0200, Robert Lemmen wrote:
hi takashi,
On Fri, Jun 22, 2007 at 03:27:13PM +0200, Takashi Iwai wrote:
Do you mean the patch below (posted by Tobin)? If this really works for you, I'll merge it happily. [...] diff -r deaa182aebd8 pci/hda/patch_conexant.c --- a/pci/hda/patch_conexant.c Wed Jun 20 15:46:13 2007 +0200 +++ b/pci/hda/patch_conexant.c Thu Jun 21 10:48:49 2007 -0700 @@ -802,7 +802,7 @@ static struct snd_pci_quirk cxt5045_cfg_ SND_PCI_QUIRK(0x103c, 0x30b5, "HP DV2120", CXT5045_LAPTOP), SND_PCI_QUIRK(0x103c, 0x30cd, "HP DV Series", CXT5045_LAPTOP), SND_PCI_QUIRK(0x1734, 0x10ad, "Fujitsu Si1520", CXT5045_FUJITSU),
- SND_PCI_QUIRK(0x1734, 0x10cb, "Fujitsu Si3515", CXT5045_FUJITSU),
- SND_PCI_QUIRK(0x1734, 0x10cb, "Fujitsu Si3515", CXT5045_LAPTOP), SND_PCI_QUIRK(0x8086, 0x2111, "Conexant Reference board", CXT5045_LAPTOP), {}
};
exactly, this works perfectly on my machine!
Thanks for confirmation. Now committed to HG tree.
Takashi