At Fri, 4 Dec 2009 23:19:18 +0100, David Santinoli wrote:
Quirk for the ALC662 found on the Intel D945GCLF2 (and possibly other) mainboards.
Signed-off-by: David Santinoli david@santinoli.com
Could you check whether model=auto doesn't work with the very latest version? If not, please give alsa-info.sh output.
If this quirk is inevitably needed, I'll apply it, of course. But, please put the quirk entry in the sorted order.
thanks,
Takashi
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 7e8b17a..b26fa53 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -16801,6 +16801,7 @@ static struct snd_pci_quirk alc662_cfg_tbl[] = { SND_PCI_QUIRK(0x17aa, 0x101e, "Lenovo", ALC662_LENOVO_101E), SND_PCI_QUIRK(0x1849, 0x3662, "ASROCK K10N78FullHD-hSLI R3.0", ALC662_3ST_6ch_DIG),
- SND_PCI_QUIRK(0x8086, 0xd604, "Intel mobo", ALC662_3ST_2ch_DIG), SND_PCI_QUIRK_MASK(0x1854, 0xf000, 0x2000, "ASUS H13-200x", ALC663_ASUS_H13), {}