diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2015-11-01 20:23:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-16 11:18:30 +0100 |
commit | 700dadfefc3df1f63dfbae7cb42fda147f4c074c (patch) | |
tree | 89201a89471733d780e499384c70f8d80cd84a7c /sound/soc/codecs/Kconfig | |
parent | Linux 4.4-rc1 (diff) | |
download | linux-700dadfefc3df1f63dfbae7cb42fda147f4c074c.tar.xz linux-700dadfefc3df1f63dfbae7cb42fda147f4c074c.zip |
ASoC: wm9713: convert to regmap
Convert the Wolfson WM9713 to regmap API. This will leverage all the
regmap functions (debug, registers update, etc ...).
As a bonus, this will pave the path to gpio chip introduction, and
devicetree support. This was tested on the mioa701 board, pxa27x based,
in PCM playback, and through suspend/resume.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Reviewed-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
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 cfdafc4c11ea..a62b91989ac7 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -891,6 +891,7 @@ config SND_SOC_WM9712 config SND_SOC_WM9713 tristate + select REGMAP_AC97 # Amp config SND_SOC_LM4857 |