]> 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)
commit19d067784a43204839381591a57f63f57d78c64b
treeedd6856bdfffc011e3365f0d9e12c2a4e089eab2
parent319c0820332449445eeaa846c943f551c27e38a4
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