]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: da7213: Allow PLL disable/bypass when using 32KHz sysclk
authorAdam Thomson <Adam.Thomson.Opensource@diasemi.com>
Tue, 10 May 2016 15:11:08 +0000 (16:11 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 10 May 2016 18:24:19 +0000 (19:24 +0100)
commitabc189eadf6c12e60f95030e9c84083175526eaf
treeb20db0e344e6dbcfc06aae58e6ab6fe7014be458
parent1e62c52ddc2d23a02ac2308cc1bb6ff18f0cf3cd
ASoC: da7213: Allow PLL disable/bypass when using 32KHz sysclk

Current checking for PLL 32KHz mode fails in driver code when
bypassing the PLL. This is due to an incorrect check of PLL
source type when 32KHz clock is provided. Removal of this check
resolves the issue.

Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/da7213.c