diff options
author | Andrey Danin <danindrey@mail.ru> | 2012-02-12 01:26:32 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-02-12 03:02:47 +0400 |
commit | 75b3566f796f80918a43be53f369cfc97e949316 (patch) | |
tree | 77266c09c461ff1203b63d0393b6b5128fe5e082 /sound/soc/codecs/alc5632.h | |
parent | 6002c223193608186cdac9d5b7a64738aa4cc35c (diff) | |
download | linux-75b3566f796f80918a43be53f369cfc97e949316.tar.xz |
ASoC: alc5632: Refactored DAPM routes to add voice support
Refactored DAPM routes to add voice support.
- Added undocumented register
- Used AIF in/out
- Added missed voice items and routes
- Added DMIC input
- Romoved unrelevant items
Signed-off-by: Andrey Danin <danindrey@mail.ru>
Signed-off-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/alc5632.h')
-rw-r--r-- | sound/soc/codecs/alc5632.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/alc5632.h b/sound/soc/codecs/alc5632.h index 357651ec074e..1b5bda594ea3 100644 --- a/sound/soc/codecs/alc5632.h +++ b/sound/soc/codecs/alc5632.h @@ -51,6 +51,7 @@ #define ALC5632_ADC_REC_MONOMIX (1 << 0) #define ALC5632_VOICE_DAC_VOL 0x18 /* voice dac vol */ +#define ALC5632_I2S_OUT_CTL 0x1A /* undocumented reg. found in path scheme */ /* ALC5632_OUTPUT_MIXER_CTRL : */ /* same remark as for reg 2 line vs speaker */ #define ALC5632_OUTPUT_MIXER_CTRL 0x1C /* out mix ctrl */ |