Skip to content

Commit

Permalink
Merge branch 'for-3.2' into for-3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Nov 23, 2011
2 parents 890754a + b284362 commit 193b2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs42l51.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
};

Expand Down

0 comments on commit 193b2f3

Please sign in to comment.