projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6107159
)
ALSA: hda - cut and paste typo in cs420x_models[]
author
Dan Carpenter
<dan.carpenter@oracle.com>
Thu, 24 Nov 2011 11:48:24 +0000
(14:48 +0300)
committer
Takashi Iwai
<tiwai@suse.de>
Sun, 27 Nov 2011 16:56:07 +0000
(17:56 +0100)
The CS420X_IMAC27 was copied from the line before but CS420X_APPLE
was clearly intented.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cirrus.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_cirrus.c
b/sound/pci/hda/patch_cirrus.c
index 7bd2a52f2bacbe7a16cba93f086f851397ae7010..70a7abda7e225744bf93d90f795c86bfcd95dac6 100644
(file)
--- a/
sound/pci/hda/patch_cirrus.c
+++ b/
sound/pci/hda/patch_cirrus.c
@@
-1278,7
+1278,7
@@
static const char * const cs420x_models[CS420X_MODELS] = {
[CS420X_MBP53] = "mbp53",
[CS420X_MBP55] = "mbp55",
[CS420X_IMAC27] = "imac27",
- [CS420X_
IMAC27
] = "apple",
+ [CS420X_
APPLE
] = "apple",
[CS420X_AUTO] = "auto",
};