diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-19 14:45:05 +0300 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-19 14:45:05 +0300 |
commit | 04af964f9cb666caa7c1436d003f8fac0f1fedcc (patch) | |
tree | f59aeb6c00b10294217b5ea75eb87403c61c314d /sound/soc/codecs/uda134x.c | |
parent | 7b306dae22ca377ea0020261ef13aea85b8f5f3f (diff) | |
parent | 2811fe2beb7cb9f34eef4bc9627dcabb401bc05e (diff) | |
download | linux-04af964f9cb666caa7c1436d003f8fac0f1fedcc.tar.xz |
Merge branch 'for-2.6.37' into for-2.6.38
Diffstat (limited to 'sound/soc/codecs/uda134x.c')
-rw-r--r-- | sound/soc/codecs/uda134x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c index 8ea81d48124a..6b6c0d291abf 100644 --- 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, |