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)
commit05739375f1c0a1048fea8b9c4cb54d9e4a891938
treecb2dc0f6e291a0e942fb4d331e6689020681137d
parent1581250119daa9426c359d059e2dc14ec04bcc0c
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