On Wed, 2010-01-20 at 09:39 +0200, Peter Ujfalusi wrote:
Hello,
The following patches provides fixes for the BCLK clock divider configuration in tlv320dac33 codec. BCLK divider is used to specify the speed of the serial bus. The speed of the bus can be (must be) faster than the actual stream's sample rate in order to use the system in burst mode.
With the introduction of mode7 FIFO mode, the BCLK handling got broken in this mode, the first patch fixes this issue. The second patch adds support for configuring the burst mode BCLK through platform data.
Peter Ujfalusi (2): ASoC: tlv320dac33: BCLK divider fix ASoC: tlv320dac33: Burst mode BCLK divider configuration
include/sound/tlv320dac33-plat.h | 1 + sound/soc/codecs/tlv320dac33.c | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-)
Acked-by: Liam Girdwood lrg@slimlogic.co.uk