diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-09-14 22:41:05 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-16 15:40:02 -0400 |
commit | e2f8445176c9e6e6b152b792d08abca8308bb8ff (patch) | |
tree | c1726b48c3527f406cdfc8a2db44fcab1fd56647 | |
parent | 2a46db4a3787edb0dc07276f21f33bbaf01938f1 (diff) |
ASoC: rsnd: SND_SOC_RCAR depends on COMMON_CLK
2a46db4a3("ASoC: rsnd: add AUDIO_CLKOUT support") uses
of_clk_add_provider() which is requesting struct clk_onecell_data.
But it is COMMON_CLK feature. SND_SOC_RCAR depends on COMMON_CLK
This patch also solved compile error of 7486d80f7("ASoC: rsnd: remove
unneeded sh_clk header")
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 07114b0b0dc1..6ca90aaf141f 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -37,6 +37,7 @@ config SND_SOC_SH4_SIU | |||
37 | config SND_SOC_RCAR | 37 | config SND_SOC_RCAR |
38 | tristate "R-Car series SRU/SCU/SSIU/SSI support" | 38 | tristate "R-Car series SRU/SCU/SSIU/SSI support" |
39 | depends on DMA_OF | 39 | depends on DMA_OF |
40 | depends on COMMON_CLK | ||
40 | select SND_SIMPLE_CARD | 41 | select SND_SIMPLE_CARD |
41 | select REGMAP_MMIO | 42 | select REGMAP_MMIO |
42 | help | 43 | help |