aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs42l51.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-23 08:12:38 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-11-23 08:12:38 -0500
commit193b2f3f53690ca1f7409340dd9e63fcac1f6277 (patch)
tree04e2547417dffd397743d7174b9e80f366998a3b /sound/soc/codecs/cs42l51.c
parent890754a878c887de50bc0c9f9041b8b73bd09937 (diff)
parentb284362b6b45150d171ff5bed92bc416b040aead (diff)
Merge branch 'for-3.2' into for-3.3
Diffstat (limited to 'sound/soc/codecs/cs42l51.c')
-rw-r--r--sound/soc/codecs/cs42l51.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs42l51.c b/sound/soc/codecs/cs42l51.c
index e378c4d52027..2f268f20268a 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)
552 552
553static struct snd_soc_codec_driver soc_codec_device_cs42l51 = { 553static struct snd_soc_codec_driver soc_codec_device_cs42l51 = {
554 .probe = cs42l51_probe, 554 .probe = cs42l51_probe,
555 .reg_cache_size = CS42L51_NUMREGS, 555 .reg_cache_size = CS42L51_NUMREGS + 1,
556 .reg_word_size = sizeof(u8), 556 .reg_word_size = sizeof(u8),
557}; 557};
558 558