projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e80a2
)
[ALSA] Fix a typo in the last patch_realtek.c change
author
Takashi Iwai
<tiwai@suse.de>
Wed, 10 Jan 2007 10:25:58 +0000
(11:25 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 9 Feb 2007 08:03:01 +0000
(09:03 +0100)
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>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index db261bb921621c787038cf19953d9219793862fb..d3d6e61abc0834268af207c5edef9b71477a47cd 100644
(file)
--- 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),