[PATCH 0/4] ASoC: spear: Update the SPDIF drivers for current ASoC APIs
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: bui duc phuc <[email protected]> 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