ASoC: dapm: The clock API is even less consistent than thought

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Mark Brown 2012-06-05 10:44:23 +01:00
parent 5eba8ec37f
commit 165961efc0
1 changed files with 1 additions and 1 deletions

View File

@ -2904,7 +2904,7 @@ snd_soc_dapm_new_control(struct snd_soc_dapm_context *dapm,
}
break;
case snd_soc_dapm_clock_supply:
#ifdef CONFIG_HAVE_CLK
#ifdef CONFIG_CLKDEV_LOOKUP
w->clk = devm_clk_get(dapm->dev, w->name);
if (IS_ERR(w->clk)) {
ret = PTR_ERR(w->clk);