]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: si476x: Fix IO setup
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Mar 2014 08:41:53 +0000 (09:41 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 10 Mar 2014 11:24:59 +0000 (11:24 +0000)
commit3a10e853f824fa0c7b64475db11870fa732cae0b
tree1f430ecc93acb1fdfb04d93b5f890d072703cd74
parented4c0e42e851d5178cd0d1dc05de408325576e1c
ASoC: si476x: Fix IO setup

The si476x is a MFD device and the CODEC driver is using the regmap struct of
the parent device, hence automatic IO setup will not work and we need to
manually call snd_soc_codec_set_cache_io(). The issue was introduced commit
930c2b58a2 ("ASoC: si476x: Remove custom register I/O implementation")

Fixes: 930c2b58a2 ("ASoC: si476x: Remove custom register I/O implementation")
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Cc: stable@vger.kernel.org
sound/soc/codecs/si476x.c