Skip to content

Commit

Permalink
ASoC: rk3036: fix missing dependency on REGMAP_MMIO
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
ao2 authored and broonie committed Jan 27, 2016
1 parent 92e963f commit 7315917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ config SND_SOC_ICS43432

config SND_SOC_INNO_RK3036
tristate "Inno codec driver for RK3036 SoC"
select REGMAP_MMIO

config SND_SOC_ISABELLE
tristate
Expand Down

0 comments on commit 7315917

Please sign in to comment.