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)
committerMark Brown <broonie@linaro.org>
Wed, 27 Aug 2014 12:00:26 +0000 (13:00 +0100)
commitf4821e8e8e957fe4c601a49b9a97b7399d5f7ab1
tree5f727287482f6fdade6c061b6036576dc6df21a6
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
ASoC: rt5640: Do not allow regmap to use bulk read-write operations

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>
Cc: stable@vger.kernel.org
sound/soc/codecs/rt5640.c