commit | e5eec34c68eab7af8fe10d070cb0c948f73a8464 | [log] [tgz] |
---|---|---|
author | Dimitris Papastamos <dp@opensource.wolfsonmicro.com> | Fri Sep 10 18:14:56 2010 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Sep 10 22:21:23 2010 +0100 |
tree | bcfa506768bd8bbaa0302bb123234e7ba64a3f22 | |
parent | c7bad06f1305be2cfa68ad58dc3391261162db4e [diff] |
ASoC: Fix incorrect register cache size configuration The reg_cache_size is the number of elements in the register cache, not the size of the cache itself. This is not a problem if the size of each element of the cache is 1 byte but it matters in any other case. Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>