summaryrefslogtreecommitdiff
path: root/include/sound/tlv320dac33-plat.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>2010-01-20 07:39:36 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-20 11:47:49 (GMT)
commit6aceabb459c07a3fb4873c8306de8143c56241b2 (patch)
tree438703a97f5d386618b51256ea9b3e9e4793fd70 /include/sound/tlv320dac33-plat.h
parent6cd6cede8c33364d8e1abb5ea35adf627e3781b0 (diff)
downloadlinux-fsl-qoriq-6aceabb459c07a3fb4873c8306de8143c56241b2.tar.xz
ASoC: tlv320dac33: Burst mode BCLK divider configuration
Add possibility to configure the burst mode BCLK divider through platform data structure. The BCLK divider changes the actual speed of the serial bus in burst mode, which is faster than the sampling frequency of the running stream. In this way platforms can experiment with the optimal burst speed without the need to modify the codec driver itself. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/tlv320dac33-plat.h')
-rw-r--r--include/sound/tlv320dac33-plat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/tlv320dac33-plat.h b/include/sound/tlv320dac33-plat.h
index 5858d06..ac06652 100644
--- a/include/sound/tlv320dac33-plat.h
+++ b/include/sound/tlv320dac33-plat.h
@@ -15,6 +15,7 @@
struct tlv320dac33_platform_data {
int power_gpio;
+ u8 burst_bclkdiv;
};
#endif /* __TLV320DAC33_PLAT_H */