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:
cac27cf
)
ASoC: wm5102: Correct base address for Y region
author
Mark Brown
<
[email protected]
>
Sun, 2 Dec 2012 01:42:22 +0000
(10:42 +0900)
committer
Mark Brown
<
[email protected]
>
Sun, 2 Dec 2012 04:23:47 +0000
(13:23 +0900)
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/wm5102.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5102.c
b/sound/soc/codecs/wm5102.c
index 760df353540d4063d19eac0aa4b91982db8aaaab..53793b1849f7b0af04f0dce53519f8f2008a6445 100644
(file)
--- a/
sound/soc/codecs/wm5102.c
+++ b/
sound/soc/codecs/wm5102.c
@@
-47,7
+47,7
@@
static const struct wm_adsp_region wm5102_dsp1_regions[] = {
{ .type = WMFW_ADSP2_PM, .base = 0x100000 },
{ .type = WMFW_ADSP2_ZM, .base = 0x180000 },
{ .type = WMFW_ADSP2_XM, .base = 0x190000 },
- { .type = WMFW_ADSP2_YM, .base = 0x1a
0
000 },
+ { .type = WMFW_ADSP2_YM, .base = 0x1a
8
000 },
};
static const struct reg_default wm5102_sysclk_reva_patch[] = {