ASoC: rt5665: force using PLL if MCLK is not suitable
authorBard Liao <bardliao@realtek.com>
Fri, 14 Jul 2017 06:36:32 +0000 (14:36 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jul 2017 14:24:55 +0000 (15:24 +0100)
commitfa05899c12d54d3a1befa742f62d3188e551a87c
treeb0efdceae0805540dd5e18246f69aed24101f599
parent5771a8c08880cdca3bfb4a3fc6d309d6bba20877
ASoC: rt5665: force using PLL if MCLK is not suitable

Idealy PLL will be set in machine driver if MCLK doesn't meet the
requirement of codec. To let the codec driver be more general, we
can use a common PLL setting once sysclk/pll doesn't set properly
in machine driver.

Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5665.c