mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
The PLL function was updated to disallow 32KHz in commit501f72e9c5("ASoC: da7219: Remove support for 32KHz PLL mode"), but set_dai_sysclk() was missed and still permits it. This patch resolves that discrepancy. Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org> (cherry picked from git.kernel.org kernel/git/broonie/sound.git topic/da7219 commitfb137ba64a) Change-Id: I1cf8242745f39ac5ae3cb1aa30989bf4ab8f7f93 Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>