diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 13:12:38 (GMT) |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-11-23 13:12:38 (GMT) |
commit | 193b2f3f53690ca1f7409340dd9e63fcac1f6277 (patch) | |
tree | 04e2547417dffd397743d7174b9e80f366998a3b /sound | |
parent | 890754a878c887de50bc0c9f9041b8b73bd09937 (diff) | |
parent | b284362b6b45150d171ff5bed92bc416b040aead (diff) | |
download | linux-fsl-qoriq-193b2f3f53690ca1f7409340dd9e63fcac1f6277.tar.xz |
Merge branch 'for-3.2' into for-3.3
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/cs42l51.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l51.c b/sound/soc/codecs/cs42l51.c index e378c4d..2f268f2 100644 --- a/sound/soc/codecs/cs42l51.c +++ b/sound/soc/codecs/cs42l51.c @@ -552,7 +552,7 @@ static int cs42l51_probe(struct snd_soc_codec *codec) static struct snd_soc_codec_driver soc_codec_device_cs42l51 = { .probe = cs42l51_probe, - .reg_cache_size = CS42L51_NUMREGS, + .reg_cache_size = CS42L51_NUMREGS + 1, .reg_word_size = sizeof(u8), }; |