public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ASoC: fsl: add bitcount and timestamp controls
@ 2026-03-05  3:10 Shengjiu Wang
  2026-03-05  3:10 ` [PATCH v3 1/3] ASoC: fsl_utils: Add snd_kcontrol functions for specific cases Shengjiu Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Shengjiu Wang @ 2026-03-05  3:10 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.

changes in v3:
- define own functions which check the pm status before accessing the
  registers to avoid -EBUSY error reported by mixer-test.

Changes in v2:
- remove arrays of enums, define transmit_tstmp_enum and receive_tstmp_enum
  separately.
- remove __bf_shf(), define the XXX_SHIFT macros.

Shengjiu Wang (3):
  ASoC: fsl_utils: Add snd_kcontrol functions for specific cases
  ASoC: fsl_sai: add bitcount and timestamp controls
  ASoC: fsl_xcvr: add bitcount and timestamp controls

 sound/soc/fsl/fsl_sai.c   | 62 +++++++++++++++++++++++++++
 sound/soc/fsl/fsl_sai.h   |  4 ++
 sound/soc/fsl/fsl_utils.c | 89 +++++++++++++++++++++++++++++++++++++++
 sound/soc/fsl/fsl_utils.h | 30 +++++++++++++
 sound/soc/fsl/fsl_xcvr.c  | 64 ++++++++++++++++++++++++++++
 sound/soc/fsl/fsl_xcvr.h  | 18 ++++++++
 6 files changed, 267 insertions(+)

-- 
2.34.1



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

end of thread, other threads:[~2026-03-12 17:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05  3:10 [PATCH v3 0/3] ASoC: fsl: add bitcount and timestamp controls Shengjiu Wang
2026-03-05  3:10 ` [PATCH v3 1/3] ASoC: fsl_utils: Add snd_kcontrol functions for specific cases Shengjiu Wang
2026-03-05 15:11   ` Mark Brown
2026-03-06  5:16     ` Shengjiu Wang
2026-03-05  3:10 ` [PATCH v3 2/3] ASoC: fsl_sai: add bitcount and timestamp controls Shengjiu Wang
2026-03-05  3:10 ` [PATCH v3 3/3] ASoC: fsl_xcvr: " Shengjiu Wang
2026-03-12 17:34 ` [PATCH v3 0/3] ASoC: fsl: " Mark Brown

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