]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codec: wm8960: Stop when a matching PLL freq is found
authorDaniel Baluta <daniel.baluta@nxp.com>
Thu, 6 Apr 2017 11:51:53 +0000 (14:51 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 6 Apr 2017 18:26:41 +0000 (19:26 +0100)
commitb4321d0d475678daa45e4cfd6140cf3ca917aad4
treed5146ac2fd1d43ad808c562e11b588c97d6cc7b7
parent0e634dc929e721db2c8eb2de0eb383da21463826
ASoC: codec: wm8960: Stop when a matching PLL freq is found

When a matching PLL freq is found, searching continues even this is
not necessary. The problem was introduced with the following refactoring
commit 0e634dc929e721 ("ASoC: codec: wm9860: Refactor PLL out freq search)

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8960.c