projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2393144
)
[ALSA] wm8750 typo fix
author
Andrew Morton
<akpm@linux-foundation.org>
Sat, 5 May 2007 10:02:25 +0000
(12:02 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 11 May 2007 14:56:15 +0000
(16:56 +0200)
I quuestion the testing status of that patch!
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/soc/codecs/wm8750.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/wm8750.c
b/sound/soc/codecs/wm8750.c
index 7073e8e294fc5fdfdf5f0c6ea97f8811e98bcd99..28684eeda73845dd4a68745860f19c8631a465cf 100644
(file)
--- a/
sound/soc/codecs/wm8750.c
+++ b/
sound/soc/codecs/wm8750.c
@@
-808,7
+808,7
@@
static int wm8750_init(struct snd_soc_device *socdev)
codec->dai = &wm8750_dai;
codec->num_dai = 1;
codec->reg_cache_size = sizeof(wm8750_reg);
- codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_K
RE
NEL);
+ codec->reg_cache = kmemdup(wm8750_reg, sizeof(wm8750_reg), GFP_K
ER
NEL);
if (codec->reg_cache == NULL)
return -ENOMEM;