[PATCH v2 1/2] ASoC: codec: wm9860: Refactor PLL out freq search

2017-04-05 Thread Daniel Baluta
Add a separate function for deriving (sysclk, lrclk, bclk) when the clock is auto or pll. Signed-off-by: Daniel Baluta Acked-by: Charles Keepax --- sound/soc/codecs/wm8960.c | 97 +-- 1 file

[PATCH v2 1/2] ASoC: codec: wm9860: Refactor PLL out freq search

2017-04-05 Thread Daniel Baluta
Add a separate function for deriving (sysclk, lrclk, bclk) when the clock is auto or pll. Signed-off-by: Daniel Baluta Acked-by: Charles Keepax --- sound/soc/codecs/wm8960.c | 97 +-- 1 file changed, 68 insertions(+), 29 deletions(-) diff --git