diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2014-11-18 19:45:53 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-19 11:49:18 +0100 |
commit | 82d14636418299b4f54511a02373796b38747b48 (patch) | |
tree | 9240652687c58990ce38c9d0ec7e7329581f73c2 /sound/soc/codecs/Kconfig | |
parent | Merge branch 'topic/regmap' of git://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
download | linux-82d14636418299b4f54511a02373796b38747b48.tar.xz linux-82d14636418299b4f54511a02373796b38747b48.zip |
ASoC: ad1980: Convert to regmap
This patch converts the ad1980 driver to use regmap for its IO.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index a68d1731a8fd..6a66216a9c0f 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -223,6 +223,7 @@ config SND_SOC_AD193X_I2C select SND_SOC_AD193X config SND_SOC_AD1980 + select REGMAP_AC97 tristate config SND_SOC_AD73311 |