From: Mark Brown Date: Thu, 30 Jan 2014 18:26:07 +0000 (+0000) Subject: ASoC: tobermory: Stop the FLL if we fail to switch SYSCLK to it X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~4^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=631f8e94700ac776432826400403703f0bfe063b;p=users%2Fjedix%2Flinux-maple.git ASoC: tobermory: Stop the FLL if we fail to switch SYSCLK to it Signed-off-by: Mark Brown --- diff --git a/sound/soc/samsung/tobermory.c b/sound/soc/samsung/tobermory.c index f21ff608a8199..1807b75ccc12d 100644 --- a/sound/soc/samsung/tobermory.c +++ b/sound/soc/samsung/tobermory.c @@ -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; } }