]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: tlv320aic23: Remove spurious bits per word setting
authorMark Brown <broonie@linaro.org>
Wed, 12 Mar 2014 13:32:34 +0000 (13:32 +0000)
committerMark Brown <broonie@linaro.org>
Wed, 12 Mar 2014 21:31:29 +0000 (21:31 +0000)
commit0ef58bcf27e985588ef918b659662559b3256ca8
tree0d920ea99c9ec271ceb1f5286b774e88d23924f7
parent9b121dc0120432be4b2738c3a7dc3c2fdf4f44b2
ASoC: tlv320aic23: Remove spurious bits per word setting

regmap should handle any byte ordering issues required, it is looking for
a byte stream from the bus, so don't set 16 bits per word. This is likely
to have tested out OK due to use of an unmerged SPI controller driver.

Signed-off-by: Mark Brown <broonie@linaro.org>
Tested-by: Max Filippov <jcmvbkbc@gmail.com>
sound/soc/codecs/tlv320aic23-spi.c