At Sun, 24 May 2009 16:41:16 +0300, Ozan Çağlayan wrote:
Add CC:
ASUS W5Fm needs the fixed codec-slots to probe to override the BIOS problem like W5F.
Tested-by: Alp Kılıç kilic.alp@gmail.com Signed-off-by: Ozan Çağlayan ozan@pardus.org.tr
Thanks, applied now with a minor fix (reordering the entry).
But, looking at the change, it might be that the entry 1046:1262 could be a typo. It should be harmless, though :)
Takashi
sound/pci/hda/hda_intel.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 21e99cf..4419e11 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2142,6 +2142,7 @@ static struct snd_pci_quirk probe_mask_list[] __devinitdata = { SND_PCI_QUIRK(0x17c0, 0x4085, "Medion MD96630", 0x01), /* forced codec slots */ SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103),
- SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103), {}
};