aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-01-10 11:25:58 +0100
committerJaroslav Kysela <perex@suse.cz>2007-02-09 09:03:01 +0100
commit687a47bd829e040094cbc103126d5f03d46fd2bb (patch)
tree4960219335bd42953996320d7549bbb1946b4180 /sound
parent[ALSA] hda-codec - add ASUS W7J (0x1043, 0x1205) to quirk list - 3stack (diff)
downloadlinux-dev-687a47bd829e040094cbc103126d5f03d46fd2bb.tar.xz
linux-dev-687a47bd829e040094cbc103126d5f03d46fd2bb.zip
[ALSA] Fix a typo in the last patch_realtek.c change
Fixed a typo in the last patch_realtek.c change. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index db261bb92162..d3d6e61abc08 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7589,7 +7589,7 @@ static const char *alc861_models[ALC861_MODEL_LAST] = {
};
static struct snd_pci_quirk alc861_cfg_tbl[] = {
- SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST},
+ SND_PCI_QUIRK(0x1043, 0x1205, "ASUS W7J", ALC861_3ST),
SND_PCI_QUIRK(0x1043, 0x1335, "ASUS F2/3", ALC861_ASUS_LAPTOP),
SND_PCI_QUIRK(0x1043, 0x1338, "ASUS F2/3", ALC861_ASUS_LAPTOP),
SND_PCI_QUIRK(0x1043, 0x1393, "ASUS", ALC861_ASUS),