]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pxa-ssp: remove .set_pll() and .set_clkdiv() callbacks
authorDaniel Mack <daniel@zonque.org>
Fri, 29 Jun 2018 12:59:40 +0000 (14:59 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 2 Jul 2018 10:01:21 +0000 (11:01 +0100)
commit6ceb9fc77d7158219c60903bbc3874daf9c19b53
treecb2dc0f6e291a0e942fb4d331e6689020681137d
parent65fc7a5a1e8640d6df60dcbf449beefbd24dca47
ASoC: pxa-ssp: remove .set_pll() and .set_clkdiv() callbacks

The .set_pll() and .set_clkdiv() callbacks are considered legacy and should
not be used anymore. In order to support PXA boards on DT platforms, remove
them and let the code figure out the correct dividers and PLL base
frequencies itself.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/pxa2xx_ssp.h
sound/soc/pxa/pxa-ssp.c