[alsa-devel] [PATCH] ASoC: msm8916-wcd-digital: Select REGMAP_MMIO to fix build error
11 Jan
2019
11 Jan
'19
11:06 a.m.
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 --- sound/soc/codecs/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 87cb9c51e6f5..45884859229f 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -703,6 +703,7 @@ config SND_SOC_MAX9860 config SND_SOC_MSM8916_WCD_ANALOG tristate "Qualcomm MSM8916 WCD Analog Codec" depends on SPMI || COMPILE_TEST + select REGMAP_MMIO
config SND_SOC_MSM8916_WCD_DIGITAL tristate "Qualcomm MSM8916 WCD DIGITAL Codec"
--
2.17.1
2173
Age (days ago)
2173
Last active (days ago)
0 comments
1 participants
participants (1)
-
Axel Lin