Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: spear: Update the SPDIF drivers for current ASoC APIs
@ 2026-07-30  9:54 phucduc.bui
  2026-07-30  9:54 ` [PATCH 1/4] ASoC: spear: spdif_in: Drop redundant error messages phucduc.bui
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: phucduc.bui @ 2026-07-30  9:54 UTC (permalink / raw)
  To: Tim Bird, Takashi Iwai, Mark Brown, Jaroslav Kysela,
	Liam Girdwood
  Cc: linux-sound, linux-kernel, bui duc phuc

From: bui duc phuc <phucduc.bui@gmail.com>

Hi all,

While cleaning up the SPEAr SPDIF driver probe path by removing
redundant error messages, build testing revealed several compilation
failures caused by outdated ASoC APIs.

The series first removes the redundant error messages, then updates the
driver to match the current ASoC APIs by replacing the removed
capture_dma_data field usage with the corresponding helper API, and
moving the DAI probe callback to struct snd_soc_dai_ops.

Best regards,
Phuc

bui duc phuc (4):
  ASoC: spear: spdif_in: Drop redundant error messages
  ASoC: spear: spdif_in: Switch to snd_soc_dai_dma_data_set_capture()
  ASoC: spear: spdif_in: Move DAI probe callback to snd_soc_dai_ops
  ASoC: spear: spdif_out: Move DAI probe callback to snd_soc_dai_ops

 sound/soc/spear/spdif_in.c  | 12 ++++--------
 sound/soc/spear/spdif_out.c |  2 +-
 2 files changed, 5 insertions(+), 9 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-30  9:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-30  9:54 [PATCH 0/4] ASoC: spear: Update the SPDIF drivers for current ASoC APIs phucduc.bui
2026-07-30  9:54 ` [PATCH 1/4] ASoC: spear: spdif_in: Drop redundant error messages phucduc.bui
2026-07-30  9:54 ` [PATCH 2/4] ASoC: spear: spdif_in: Switch to snd_soc_dai_dma_data_set_capture() phucduc.bui
2026-07-30  9:54 ` [PATCH 3/4] ASoC: spear: spdif_in: Move DAI probe callback to snd_soc_dai_ops phucduc.bui
2026-07-30  9:54 ` [PATCH 4/4] ASoC: spear: spdif_out: " phucduc.bui

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