summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl4030.h
diff options
context:
space:
mode:
authorTakashi Iwai2010-07-21 15:01:07 +0200
committerTakashi Iwai2010-07-21 15:01:07 +0200
commit49e704279953b652ec6adc7f5dec412ad118a938 (patch)
tree865cdc6736066e0caceb1dc199f30b19d69e8d28 /sound/soc/codecs/twl4030.h
parentASoC: Unconditionally enable WM8994 AIF1ADC TDM mode (diff)
parentASoC: TWL4030: Add configurable delay after digimic enable (diff)
downloadkernel-qcow2-linux-49e704279953b652ec6adc7f5dec412ad118a938.tar.gz
kernel-qcow2-linux-49e704279953b652ec6adc7f5dec412ad118a938.tar.xz
kernel-qcow2-linux-49e704279953b652ec6adc7f5dec412ad118a938.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 'sound/soc/codecs/twl4030.h')
-rw-r--r--sound/soc/codecs/twl4030.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl4030.h b/sound/soc/codecs/twl4030.h
index 788e3d125099..6c57430f6e24 100644
--- a/sound/soc/codecs/twl4030.h
+++ b/sound/soc/codecs/twl4030.h
@@ -41,6 +41,7 @@ extern struct snd_soc_codec_device soc_codec_dev_twl4030;
struct twl4030_setup_data {
unsigned int ramp_delay_value;
+ unsigned int digimic_delay; /* in ms */
unsigned int sysclk;
unsigned int offset_cncl_path;
unsigned int check_defaults:1;