[alsa-devel] [PATCH] ALSA: hda - Add forced codec-slots for ASUS W5Fm
Ozan Çağlayan
ozan at pardus.org.tr
Sat May 23 14:00:04 CEST 2009
ASUS W5Fm needs the fixed codec-slots to probe to override the BIOS
problem like W5F.
Tested-by: Alp Kılıç <kilic.alp at gmail.com>
Signed-off-by: Ozan Çağlayan <ozan at pardus.org.tr>
---
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),
{}
};
--
1.6.2
More information about the Alsa-devel
mailing list