diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-26 15:19:56 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-26 15:19:56 +0200 |
commit | 20e91c575088337cb94f2ed48380efc305dcb81d (patch) | |
tree | 06372adbd912b53b93e6ab6b5fdc22cb94317f69 /sound/pci/hda/hda_intel.c | |
parent | ALSA: hda - Minor clean up of patch_sigmatel.c (diff) | |
parent | ALSA: hda - Add missing check of pin vref 50 and others in Realtek codecs (diff) | |
download | linux-20e91c575088337cb94f2ed48380efc305dcb81d.tar.xz linux-20e91c575088337cb94f2ed48380efc305dcb81d.zip |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r-- | 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 3fc75e2061ab..82d5218a0125 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2147,6 +2147,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), {} }; |