]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: codec: wm8960: Relax bit clock computation when using PLL
authorDaniel Baluta <daniel.baluta@nxp.com>
Wed, 26 Apr 2017 13:09:52 +0000 (16:09 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 30 Apr 2017 13:14:32 +0000 (22:14 +0900)
commit92f16a8e9147f4d14b356b525446288d1a1f64b5
treec612a385503a6ecbebcf0f3c2b21938715c209f8
parent26dc433fb09eb1ec604b557a9448615988b5d820
ASoC: codec: wm8960: Relax bit clock computation when using PLL

Bitclk is derived from sysclk using bclk_divs.
Sysclk can be derived in two ways:
(1) directly from MLCK
(2) MCLK via PLL

Commit f75adb1befbe9a4 ("ASoC: codec: wm8960: Relax bit clock
computation")
relaxed bitclk computation when sysclk is directly derived from MCLK.

Lets do the same thing when sysclk is derived via PLL.

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