Skip to content

Commit

Permalink
ASoC: tlv320aic23: Remove spurious bits per word setting
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Mar 12, 2014
1 parent 4042328 commit 051389e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sound/soc/codecs/tlv320aic23-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ static int aic23_spi_probe(struct spi_device *spi)

dev_dbg(&spi->dev, "probing tlv320aic23 spi device\n");

spi->bits_per_word = 16;
spi->mode = SPI_MODE_0;
ret = spi_setup(spi);
if (ret < 0)
Expand Down

0 comments on commit 051389e

Please sign in to comment.