]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: 88pm860: Fix IO setup
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 4 Mar 2014 08:39:24 +0000 (09:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Mar 2014 04:44:15 +0000 (21:44 -0700)
commit3f12d79dcc4b87e94c39946746baa0bad4ac6eea
tree75d6f2e3fa19959a29b2b4f190071a0f08b7b4d5
parent6a5037f637e627faf9926dbb8d9005fc92ed0eb0
ASoC: 88pm860: Fix IO setup

commit 8eeb5c15131d7b5061c10423eda3ae4c68db4eaf upstream.

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
f9ded3b2e7 ("ASoC: 88pm860x: Use regmap for I/O").

Fixes: f9ded3b2e7 ("ASoC: 88pm860x: Use regmap for I/O").
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/88pm860x-codec.c