ASoC: rt5640: Do not allow regmap to use bulk read-write operations
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 26 Aug 2014 14:03:13 +0000 (17:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Sep 2014 16:19:18 +0000 (09:19 -0700)
commit2b1a024179d134f2630b2910647021e201cb8edc
tree94f6aa8d88bbd282abbc9173de0b9459e9198d79
parentdeeb9f509b205b7b3edac5b8ac2ee7efe249f73a
ASoC: rt5640: Do not allow regmap to use bulk read-write operations

commit f4821e8e8e957fe4c601a49b9a97b7399d5f7ab1 upstream.

Debugging showed Realtek RT5642 doesn't support autoincrementing writes so
driver should set the use_single_rw flag for regmap.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/soc/codecs/rt5640.c