commit | 051389e250d018f7c38c8043c54aa8979d4b2cab | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Wed Mar 12 13:32:34 2014 +0000 |
committer | Mark Brown <broonie@linaro.org> | Wed Mar 12 21:31:29 2014 +0000 |
tree | 0d920ea99c9ec271ceb1f5286b774e88d23924f7 | |
parent | 40423285a10e317b8e89e430779633eaef0b4add [diff] |
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>