]> git.baikalelectronics.ru Git - kernel.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)
commit0aee173c477dcf5a76b87eccc5382d3c3f80cbcc
treeb20db0e344e6dbcfc06aae58e6ab6fe7014be458
parent5dd185ce931e50b43f2faa6b7c0e992dc214dbcc
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