At Thu, 21 Jun 2007 19:12:30 +0200, Robert Lemmen wrote:
On Thu, Jun 21, 2007 at 12:24:23PM +0200, Takashi Iwai wrote:
i am sorry, but this still doesn't work.
Are you sure that you remove model option with that patch? The model option overrides the default model preset.
sorry for the confusion, but the second patch i got here (the one where the model is set to "laptop" in the quirks stuff), actually *does* work fine. it seems it was a bit late for me, and i got confused with different versions of the modules under /lib/**.
Do you mean the patch below (posted by Tobin)? If this really works for you, I'll merge it happily.
Takashi
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), {} };