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:
fb762a5
)
ASoC: uda134x - set reg_cache_default to uda134x_reg
author
Axel Lin
<axel.lin@gmail.com>
Fri, 19 Nov 2010 07:48:06 +0000
(15:48 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 19 Nov 2010 11:19:38 +0000
(11:19 +0000)
After checking the code in 2.6.36,
I found this is missing during multi-component conversion.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/uda134x.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/uda134x.c
b/sound/soc/codecs/uda134x.c
index 7540a509a6f58acec8c29aad5c76b65a86a5f83a..464f0cfa4c7a538b7eef3a86752d57f551952d54 100644
(file)
--- a/
sound/soc/codecs/uda134x.c
+++ b/
sound/soc/codecs/uda134x.c
@@
-597,6
+597,7
@@
static struct snd_soc_codec_driver soc_codec_dev_uda134x = {
.resume = uda134x_soc_resume,
.reg_cache_size = sizeof(uda134x_reg),
.reg_word_size = sizeof(u8),
+ .reg_cache_default = uda134x_reg,
.reg_cache_step = 1,
.read = uda134x_read_reg_cache,
.write = uda134x_write,