]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: 88pm860: Fix IO setup
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Mar 2014 08:39:24 +0000 (09:39 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 10 Mar 2014 11:27:06 +0000 (11:27 +0000)
commit5accfab7114bb6b30f8c24de6777aa2e5d851b95
tree0a0aa50f7f5951c00d309b93027619807691aa99
parented4c0e42e851d5178cd0d1dc05de408325576e1c
ASoC: 88pm860: Fix IO setup

The 88pm860 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 in commit
3f0342c242 ("ASoC: 88pm860x: Use regmap for I/O").

Fixes: 3f0342c242 ("ASoC: 88pm860x: Use regmap for I/O").
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/88pm860x-codec.c