public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: fsl: add bitcount and timestamp controls
@ 2026-02-06  8:43 Shengjiu Wang
  2026-02-06  8:43 ` [PATCH 1/2] ASoC: fsl_sai: " Shengjiu Wang
  2026-02-06  8:43 ` [PATCH 2/2] ASoC: fsl_xcvr: " Shengjiu Wang
  0 siblings, 2 replies; 7+ messages in thread
From: Shengjiu Wang @ 2026-02-06  8:43 UTC (permalink / raw)
  To: shengjiu.wang, Xiubo.Lee, festevam, nicoleotsuka, lgirdwood,
	broonie, perex, tiwai, linux-sound, linuxppc-dev, linux-kernel

The SAI and XCVR have the timestamp counters and bit counters, which can
be used by software to track the progress of the transmitter and receiver.
They can also be used to calculate the relative frequency of the bit clock
against the bus interface clock.

Shengjiu Wang (2):
  ASoC: fsl_sai: add bitcount and timestamp controls
  ASoC: fsl_xcvr: add bitcount and timestamp controls

 sound/soc/fsl/fsl_sai.c  | 52 +++++++++++++++++++++++++++++++++++++
 sound/soc/fsl/fsl_xcvr.c | 56 ++++++++++++++++++++++++++++++++++++++++
 sound/soc/fsl/fsl_xcvr.h | 10 +++++++
 3 files changed, 118 insertions(+)

-- 
2.34.1


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

end of thread, other threads:[~2026-02-10  3:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06  8:43 [PATCH 0/2] ASoC: fsl: add bitcount and timestamp controls Shengjiu Wang
2026-02-06  8:43 ` [PATCH 1/2] ASoC: fsl_sai: " Shengjiu Wang
2026-02-06 14:37   ` Mark Brown
2026-02-09  3:16     ` Shengjiu Wang
2026-02-10  3:09       ` Shengjiu Wang
2026-02-06  8:43 ` [PATCH 2/2] ASoC: fsl_xcvr: " Shengjiu Wang
2026-02-06 16:19   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox