[PATCH v2 0/7] ASoC et alia: Convert to use dma_request_chan()

Andy Shevchenko posted 7 patches 6 days, 12 hours ago
drivers/gpib/fmh_gpib/fmh_gpib.c      | 10 +++++++---
include/linux/dmaengine.h             |  9 ---------
sound/soc/fsl/fsl_asrc.c              |  2 +-
sound/soc/fsl/fsl_asrc_dma.c          | 19 +++++++++++--------
sound/soc/fsl/fsl_asrc_m2m.c          | 15 +++++++++------
sound/soc/fsl/fsl_easrc.c             |  2 +-
sound/soc/pxa/pxa2xx-pcm-lib.c        |  9 ++++++---
sound/soc/soc-generic-dmaengine-pcm.c |  8 +++++---
sound/soc/sprd/sprd-pcm-compress.c    |  9 +++++----
sound/soc/sprd/sprd-pcm-dma.c         |  9 +++++----
sound/soc/stm/stm32_spdifrx.c         |  2 +-
11 files changed, 51 insertions(+), 43 deletions(-)
[PATCH v2 0/7] ASoC et alia: Convert to use dma_request_chan()
Posted by Andy Shevchenko 6 days, 12 hours ago
Convert the last users (mostly in ASoC) to use dma_request_chan() and
drop deprecated dma_request_slave_channel() completely.

I think the best is to allow Mark to take the whole lot and provide an
immutable tag or branch to others (DMAengine and GPIB).

Changelog v2:
- Add a comment that errors are now propagated to the caller (Frank)
- Make sure the error pointer is not dereferenced (Sashiko, Mark)
- Collected tags

v1: <20260915100931.3593242-1-andriy.shevchenko@linux.intel.com>

Andy Shevchenko (7):
  ASoC: stm32: spdifrx: Drop mention of the deprecated and unused call
  ASoC: sprd: Replace dma_request_slave_channel() by dma_request_chan()
  ASoC: soc-generic-dmaengine-pcm: Replace dma_request_slave_channel()
    by dma_request_chan()
  ASoC: pxa: Replace dma_request_slave_channel() by dma_request_chan()
  ASoC: fsl_asrc: Replace dma_request_slave_channel() by
    dma_request_chan()
  gpib: fmh_gpib: Replace dma_request_slave_channel() by
    dma_request_chan()
  dmaengine: Remove deprecated dma_request_slave_channel()

 drivers/gpib/fmh_gpib/fmh_gpib.c      | 10 +++++++---
 include/linux/dmaengine.h             |  9 ---------
 sound/soc/fsl/fsl_asrc.c              |  2 +-
 sound/soc/fsl/fsl_asrc_dma.c          | 19 +++++++++++--------
 sound/soc/fsl/fsl_asrc_m2m.c          | 15 +++++++++------
 sound/soc/fsl/fsl_easrc.c             |  2 +-
 sound/soc/pxa/pxa2xx-pcm-lib.c        |  9 ++++++---
 sound/soc/soc-generic-dmaengine-pcm.c |  8 +++++---
 sound/soc/sprd/sprd-pcm-compress.c    |  9 +++++----
 sound/soc/sprd/sprd-pcm-dma.c         |  9 +++++----
 sound/soc/stm/stm32_spdifrx.c         |  2 +-
 11 files changed, 51 insertions(+), 43 deletions(-)

-- 
2.50.1
Re: [PATCH v2 0/7] ASoC et alia: Convert to use dma_request_chan()
Posted by Mark Brown 3 days, 11 hours ago
On Fri, 18 Sep 2026 13:34:04 +0200, Andy Shevchenko wrote:
> ASoC et alia: Convert to use dma_request_chan()
> 
> Convert the last users (mostly in ASoC) to use dma_request_chan() and
> drop deprecated dma_request_slave_channel() completely.
> 
> I think the best is to allow Mark to take the whole lot and provide an
> immutable tag or branch to others (DMAengine and GPIB).
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-7.4

Thanks!

[1/7] ASoC: stm32: spdifrx: Drop mention of the deprecated and unused call
      https://git.kernel.org/broonie/sound/c/a389c4dd55d5
[2/7] ASoC: sprd: Replace dma_request_slave_channel() by dma_request_chan()
      https://git.kernel.org/broonie/sound/c/08d77e31df21
[3/7] ASoC: soc-generic-dmaengine-pcm: Replace dma_request_slave_channel() by dma_request_chan()
      https://git.kernel.org/broonie/sound/c/77593bbdb8aa
[4/7] ASoC: pxa: Replace dma_request_slave_channel() by dma_request_chan()
      https://git.kernel.org/broonie/sound/c/ca11bc272ab4
[5/7] ASoC: fsl_asrc: Replace dma_request_slave_channel() by dma_request_chan()
      https://git.kernel.org/broonie/sound/c/b045248399d0
[6/7] gpib: fmh_gpib: Replace dma_request_slave_channel() by dma_request_chan()
      https://git.kernel.org/broonie/sound/c/4f846b8b69fd
[7/7] dmaengine: Remove deprecated dma_request_slave_channel()
      https://git.kernel.org/broonie/sound/c/ae710b66c715

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark