Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5357e8f5 authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: Don't warn if the WM8962 SYSCLK FLL setting doesn't match reality



When bringing up audio low power modes boards may configure SYSCLK before
they actually start the FLL as we do much of the clocking setup prior to
the power up sequence.

Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: default avatarLiam Girdwood <lrg@ti.com>
parent e47ac37c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2998,7 +2998,6 @@ static int wm8962_set_dai_sysclk(struct snd_soc_dai *dai, int clk_id,
	case WM8962_SYSCLK_FLL:
		wm8962->sysclk = WM8962_SYSCLK_FLL;
		src = 1 << WM8962_SYSCLK_SRC_SHIFT;
		WARN_ON(freq != wm8962->fll_fout);
		break;
	default:
		return -EINVAL;