diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-13 14:58:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-13 14:58:23 +0100 |
commit | 3e8e2cc45c9d6b5c1265838a8cff701815321dbc (patch) | |
tree | 708e85b74bac0427389d6f41e04522dfced1773c /sound/soc/soc-cache.c | |
parent | ASoC: sh: fsi-ak4642: fixup platform device id (diff) | |
parent | ASoC: documentation updates (diff) | |
download | linux-3e8e2cc45c9d6b5c1265838a8cff701815321dbc.tar.xz linux-3e8e2cc45c9d6b5c1265838a8cff701815321dbc.zip |
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'sound/soc/soc-cache.c')
-rw-r--r-- | sound/soc/soc-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-cache.c b/sound/soc/soc-cache.c index b2e333f5a388..1a36b36c5baa 100644 --- a/sound/soc/soc-cache.c +++ b/sound/soc/soc-cache.c @@ -1339,7 +1339,7 @@ static int snd_soc_lzo_cache_init(struct snd_soc_codec *codec) goto err; } lzo_blocks[i]->sync_bmp = sync_bmp; - lzo_blocks[i]->sync_bmp_nbits = reg_size; + lzo_blocks[i]->sync_bmp_nbits = bmp_size; /* alloc the working space for the compressed block */ ret = snd_soc_lzo_prepare(lzo_blocks[i]); if (ret < 0) |