diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2016-10-21 10:27:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-24 18:48:36 +0200 |
commit | 206964e8265c4aeeda8338a3c1cec9814a90647b (patch) | |
tree | 36551fd500b4dce88bf87a9f8c46d81dc334b11e /sound/soc/codecs/Kconfig | |
parent | Linux 4.9-rc1 (diff) | |
download | linux-206964e8265c4aeeda8338a3c1cec9814a90647b.tar.xz linux-206964e8265c4aeeda8338a3c1cec9814a90647b.zip |
ASoC: wm9705: Convert to regmap
Currently the wm9712 driver still uses custom snd_soc_codec_driver IO
callbacks. This has been deprecated for a while, so convert the wm9705
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 c67667bb970f..109e27327b1a 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1054,6 +1054,7 @@ config SND_SOC_WM9090 config SND_SOC_WM9705 tristate + select REGMAP_AC97 config SND_SOC_WM9712 tristate |