ASoC: Fix incorrect parameter to snd_soc_codec_volatile_register
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Wed, 22 Sep 2010 15:16:06 +0000 (16:16 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 23 Sep 2010 18:48:16 +0000 (19:48 +0100)
commit005d65fbac28e6cf32c76e95163012eb326f37e4
tree22b70772484ec677394169b0faa3152d1d7ec07e
parentdb49c146a8c0e8d49c0ff029c2496d47660dfb28
ASoC: Fix incorrect parameter to snd_soc_codec_volatile_register

We need to pass the register index and not the register value.
This patch depends on my previous patch "ASoC: Delegate to hw
specific read for volatile registers".

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>
sound/soc/soc-cache.c