]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pxa-ssp: add support for an external clock in devicetree
authorDaniel Mack <daniel@zonque.org>
Mon, 2 Jul 2018 15:11:00 +0000 (17:11 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 5 Jul 2018 10:08:08 +0000 (11:08 +0100)
commit57a189889bb1e7ade7965a5c2cdc9bbf633c3514
treeedd6856bdfffc011e3365f0d9e12c2a4e089eab2
parent0c1ff80ac64458b6b50461e9d64c11cb2c9f636a
ASoC: pxa-ssp: add support for an external clock in devicetree

Allow setting a clock called 'extclk' in the device of the ssp-dai
device. If specified, this clock will be set to the mclk rate from the
DAI's .set_sysclk() callback. The DAI will also configure itself to
use that external clock.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
sound/soc/pxa/pxa-ssp.c