]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rk3036: fix missing dependency on REGMAP_MMIO
authorAntonio Ospite <ao2@ao2.it>
Mon, 25 Jan 2016 17:23:30 +0000 (18:23 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 27 Jan 2016 13:41:08 +0000 (13:41 +0000)
commit59ae162f55b8996413571d646418f5ebbd7ec19f
tree63a59433e9b81263e7060b5d55520793efc35611
parentd7e15052ecc9ac4f938d1d7432c1d120a2711a7e
ASoC: rk3036: fix missing dependency on REGMAP_MMIO

When SND_SOC_INNO_RK3036 is enabled but REGMAP_MMIO is not, the MODPOST
step fails with this error:

  ...
  Kernel: arch/x86/boot/bzImage is ready  (#3)
    Building modules, stage 2.
    MODPOST 3203 modules
  ERROR: "__devm_regmap_init_mmio_clk" [sound/soc/codecs/snd-soc-inno-rk3036.ko] undefined!

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig