diff options
author | Peter Ujfalusi <peter.ujfalusi@nokia.com> | 2010-07-28 08:26:54 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-07-29 05:21:04 -0400 |
commit | f430a27f05d42d26d3e438aa262a92565170573f (patch) | |
tree | f448771488ceeda1aa3488d166d2d9a4302dc2b8 /include/sound/tlv320dac33-plat.h | |
parent | b93cc9f19bade9e9ddd41958352168dc0d266f48 (diff) |
ASoC: tlv320dac33: Revisit the FIFO Mode1 handling
Replace the hardwired latency definition with platform data
parameter, and simplify the nSample parameter calculation.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Diffstat (limited to 'include/sound/tlv320dac33-plat.h')
-rw-r--r-- | include/sound/tlv320dac33-plat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/tlv320dac33-plat.h b/include/sound/tlv320dac33-plat.h index 3f428d53195b..1aa7bdbc208c 100644 --- a/include/sound/tlv320dac33-plat.h +++ b/include/sound/tlv320dac33-plat.h | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | struct tlv320dac33_platform_data { | 16 | struct tlv320dac33_platform_data { |
17 | int power_gpio; | 17 | int power_gpio; |
18 | int mode1_latency; /* latency caused by the i2c writes in us */ | ||
18 | int keep_bclk; /* Keep the BCLK running in FIFO modes */ | 19 | int keep_bclk; /* Keep the BCLK running in FIFO modes */ |
19 | u8 burst_bclkdiv; | 20 | u8 burst_bclkdiv; |
20 | }; | 21 | }; |