All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: da7219: Improvements to DAI clocks handling in driver
@ 2019-01-07 16:11 ` Adam Thomson
  0 siblings, 0 replies; 15+ messages in thread
From: Adam Thomson @ 2019-01-07 16:11 UTC (permalink / raw)
  To: Mark Brown, Liam Girdwood, Takashi Iwai, Jaroslav Kysela
  Cc: Akshu Agrawal, Daniel Kurtz, alsa-devel, linux-kernel,
	Support Opensource

This small patchset provides improvements to CCF based clock handling relating
to the DAI clocks. In the first patch MCLK is made parent of DAI clocks, if MCLK
has been provided to the driver, which means that MCLK will automatically be
enabled as a prerequisite to DAI clocks. The second patch adds the ability to
read the WCLK rate provided by the codec when DAI clocks are featured. This is
more useful than the returned rate simply being the rate of the parent clock,
which in this case would be MCLK.

Adam Thomson (2):
  ASoC: da7219: MCLK should be enabled before DAI clocks
  ASoC: da7219: Add recalc_rate function to return DAI clock rate

 sound/soc/codecs/da7219.c | 77 ++++++++++++++++++++++++++++++++++++++++-------
 sound/soc/codecs/da7219.h |  1 +
 2 files changed, 67 insertions(+), 11 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-01-09 18:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 16:11 [PATCH 0/2] ASoC: da7219: Improvements to DAI clocks handling in driver Adam Thomson
2019-01-08  9:13 ` Adam Thomson
2019-01-07 16:11 ` Adam Thomson
2019-01-07 16:11 ` [PATCH 1/2] ASoC: da7219: MCLK should be enabled before DAI clocks Adam Thomson
2019-01-08  9:13   ` Adam Thomson
2019-01-07 16:11   ` Adam Thomson
2019-01-09 18:15   ` Applied "ASoC: da7219: MCLK should be enabled before DAI clocks" to the asoc tree Mark Brown
2019-01-09 18:15     ` Mark Brown
2019-01-07 16:11 ` [PATCH 2/2] ASoC: da7219: Add recalc_rate function to return DAI clock rate Adam Thomson
2019-01-08  9:13   ` Adam Thomson
2019-01-07 16:11   ` Adam Thomson
2019-01-09 18:15   ` Applied "ASoC: da7219: Add recalc_rate function to return DAI clock rate" to the asoc tree Mark Brown
2019-01-09 18:15     ` Mark Brown
2019-01-09 14:38 ` [PATCH 0/2] ASoC: da7219: Improvements to DAI clocks handling in driver Adam Thomson
2019-01-09 14:38   ` Adam Thomson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.