aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-08-02 12:10:52 +0200
committerTakashi Iwai <tiwai@suse.de>2010-08-02 12:10:52 +0200
commit988b0dc1547f9f6a7c8cae472cad0a55df31818c (patch)
tree6eea131119cf8035a91eddef23a40dee93d0389d /include/sound
parentASoC: fsi: Add new funtion for SPDIF (diff)
parentASoC: omap-mcbsp: Remove period size constraint in THRESHOLD mode (diff)
downloadlinux-dev-988b0dc1547f9f6a7c8cae472cad0a55df31818c.tar.xz
linux-dev-988b0dc1547f9f6a7c8cae472cad0a55df31818c.zip
Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asoc
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/tlv320dac33-plat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/tlv320dac33-plat.h b/include/sound/tlv320dac33-plat.h
index 3f428d53195b..6c6649656798 100644
--- a/include/sound/tlv320dac33-plat.h
+++ b/include/sound/tlv320dac33-plat.h
@@ -15,6 +15,8 @@
struct tlv320dac33_platform_data {
int power_gpio;
+ int mode1_latency; /* latency caused by the i2c writes in us */
+ int auto_fifo_config; /* FIFO config based on the period size */
int keep_bclk; /* Keep the BCLK running in FIFO modes */
u8 burst_bclkdiv;
};