diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2017-06-22 14:51:58 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-23 12:41:56 +0100 |
commit | 0e15bdfd8b1e3a94862522580161a2d1bb3882a7 (patch) | |
tree | 6712c88cf50d76aeac2103cef4cddcfb66ecad5d /sound/soc/codecs/Kconfig | |
parent | 7de35c122e2dd8dc4d74b3782ced9c03115dc268 (diff) |
ASoC: zx_aud96p22: add ZTE ZX AUD96P22 codec driver
It adds ASoC driver for AUD96P22 stereo audio codec integrated on ZTE
ZX family SoCs. The driver includes the support for a number of volume
and mute controls, and power bits for various playback and recording
components.
Due to that the board for testing only supports playback, recording
support is untested.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 883ed4c8a551..3425bbcea2d1 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1114,6 +1114,11 @@ config SND_SOC_WM9713 tristate select REGMAP_AC97 +config SND_SOC_ZX_AUD96P22 + tristate "ZTE ZX AUD96P22 CODEC" + depends on I2C + select REGMAP_I2C + # Amp config SND_SOC_LM4857 tristate |