diff options
author | Mark Brown <broonie@linaro.org> | 2014-03-12 09:32:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-03-12 17:31:29 -0400 |
commit | 051389e250d018f7c38c8043c54aa8979d4b2cab (patch) | |
tree | 0d920ea99c9ec271ceb1f5286b774e88d23924f7 /sound | |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/tlv320aic23-spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic23-spi.c b/sound/soc/codecs/tlv320aic23-spi.c index 585aea436c6a..3b387e41d75d 100644 --- a/sound/soc/codecs/tlv320aic23-spi.c +++ b/sound/soc/codecs/tlv320aic23-spi.c | |||
@@ -25,7 +25,6 @@ static int aic23_spi_probe(struct spi_device *spi) | |||
25 | 25 | ||
26 | dev_dbg(&spi->dev, "probing tlv320aic23 spi device\n"); | 26 | dev_dbg(&spi->dev, "probing tlv320aic23 spi device\n"); |
27 | 27 | ||
28 | spi->bits_per_word = 16; | ||
29 | spi->mode = SPI_MODE_0; | 28 | spi->mode = SPI_MODE_0; |
30 | ret = spi_setup(spi); | 29 | ret = spi_setup(spi); |
31 | if (ret < 0) | 30 | if (ret < 0) |