diff options
author | Jaroslav Kysela <perex@suse.cz> | 2007-01-09 03:55:54 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-02-09 03:03:00 -0500 |
commit | 30e80a279d864385306ed4bf905f00196d1c9656 (patch) | |
tree | 11d8295c1d5896e5dffa204c72945d5df67c8e99 | |
parent | 2a296cb6633a719846eaf30fcec7f392c511537d (diff) |
[ALSA] hda-codec - add ASUS W7J (0x1043, 0x1205) to quirk list - 3stack
See Novell-bug#228201 .
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index fcd9ab8dea4f..db261bb92162 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -7589,6 +7589,7 @@ static const char *alc861_models[ALC861_MODEL_LAST] = { | |||
7589 | }; | 7589 | }; |
7590 | 7590 | ||
7591 | static struct snd_pci_quirk alc861_cfg_tbl[] = { | 7591 | static struct snd_pci_quirk alc861_cfg_tbl[] = { |
7592 | SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST}, | ||
7592 | SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP), | 7593 | SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP), |
7593 | SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP), | 7594 | SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP), |
7594 | SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS), | 7595 | SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS), |