提交 631f8e94 编写于 作者: M Mark Brown

ASoC: tobermory: Stop the FLL if we fail to switch SYSCLK to it

Signed-off-by: NMark Brown <broonie@linaro.org>
上级 4f6136fa
......@@ -44,6 +44,8 @@ static int tobermory_set_bias_level(struct snd_soc_card *card,
SND_SOC_CLOCK_IN);
if (ret < 0) {
pr_err("Failed to set SYSCLK: %d\n", ret);
snd_soc_dai_set_pll(codec_dai, WM8962_FLL,
0, 0, 0);
return ret;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册