diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-05 10:53:43 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-05 10:53:43 +0100 |
commit | ab05e290265341377187bb968575d3b7c72f9644 (patch) | |
tree | 44f5fc9afac69bdf5d4e519ef9ba41b82b525835 /sound/soc/codecs/twl4030.h | |
parent | fe0bdec68b77020281dc814805edfe594ae89e0f (diff) | |
parent | ac11a2b35cc25c77d28218aaf60e7f7c6c7ee5d3 (diff) | |
download | op-kernel-dev-ab05e290265341377187bb968575d3b7c72f9644.zip op-kernel-dev-ab05e290265341377187bb968575d3b7c72f9644.tar.gz |
Merge branch 'topic/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/twl4030.h')
-rw-r--r-- | sound/soc/codecs/twl4030.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/codecs/twl4030.h b/sound/soc/codecs/twl4030.h index 54615c7..442e5a8 100644 --- a/sound/soc/codecs/twl4030.h +++ b/sound/soc/codecs/twl4030.h @@ -147,6 +147,13 @@ #define TWL4030_AVADC_CLK_PRIORITY 0x04 #define TWL4030_ADCR_EN 0x02 +/* TWL4030_REG_ADCMICSEL (0x08) Fields */ + +#define TWL4030_DIGMIC1_EN 0x08 +#define TWL4030_TX2IN_SEL 0x04 +#define TWL4030_DIGMIC0_EN 0x02 +#define TWL4030_TX1IN_SEL 0x01 + /* AUDIO_IF (0x0E) Fields */ #define TWL4030_AIF_SLAVE_EN 0x80 |