summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/Kconfig
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2019-01-11 18:20:40 +0800
committerMark Brown <broonie@kernel.org>2019-01-14 22:16:01 +0000
commit5b86fa6d2903c41c3c3dbff4def76a5b8bbe0660 (patch)
tree073e922ab3bf0055dff3e2811b754930b6dd84e6 /sound/soc/codecs/Kconfig
parentfecd5c09ddf8711c0b17087cc7a40ac57680f8ed (diff)
downloadlinux-5b86fa6d2903c41c3c3dbff4def76a5b8bbe0660.tar.bz2
ASoC: msm8916-wcd-digital: Select REGMAP_MMIO to fix build error
Fix below build error: ERROR: "__devm_regmap_init_mmio_clk" [sound/soc/codecs/snd-soc-msm8916-digital.ko] undefined! Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/Kconfig')
-rw-r--r--sound/soc/codecs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 87ecb38e57f4..71e6e123a115 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -706,6 +706,7 @@ config SND_SOC_MSM8916_WCD_ANALOG
config SND_SOC_MSM8916_WCD_DIGITAL
tristate "Qualcomm MSM8916 WCD DIGITAL Codec"
+ select REGMAP_MMIO
config SND_SOC_PCM1681
tristate "Texas Instruments PCM1681 CODEC"