ASoC: tlv320aic31xx: Fix 24bit samples with I2S format and 12MHz mclk
authorJyri Sarha <jsarha@ti.com>
Wed, 3 Sep 2014 12:52:33 +0000 (15:52 +0300)
committerMark Brown <broonie@kernel.org>
Wed, 3 Sep 2014 14:23:56 +0000 (15:23 +0100)
commit03be88ee4ab3acceddca43f11f4d01bcd6edcb93
tree57ff3d30bc2e27e2cf62ed898d7cdea2393dd88a
parent7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9
ASoC: tlv320aic31xx: Fix 24bit samples with I2S format and 12MHz mclk

I2S format requires bitclock to have an exact amount of cycles in a
frame for audio to work cleanly. With dsp formats that is not so
important.

Updates aic31xx_setup_pll() to look for a line in aic31xx_divs table
that produces the best match for the bitclock and adds lines to
aic31xx_divs for 12MHz mclk and 24bit samples.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Tested-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic31xx.c