Skip to content

Commit

Permalink
ALSA: hda - Add forced codec-slots for ASUS W5Fm
Browse files Browse the repository at this point in the history
ASUS W5Fm needs the fixed codec-slots to probe to override the BIOS
problem like W5F.

Tested-by: Alp Kılıç <[email protected]>
Signed-off-by: Ozan Çağlayan <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Ozan Çağlayan authored and tiwai committed May 24, 2009
1 parent 8748895 commit 9357484
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/hda_intel.c
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ static struct snd_pci_quirk probe_mask_list[] __devinitdata = {
/* including bogus ALC268 in slot#2 that conflicts with ALC888 */
SND_PCI_QUIRK(0x17c0, 0x4085, "Medion MD96630", 0x01),
/* forced codec slots */
SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103),
SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103),
{}
};
Expand Down

0 comments on commit 9357484

Please sign in to comment.