]> git.itanic.dy.fi Git - linux-stable/commit
ASoC: tegra: convert not to use dma_request_slave_channel()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 11 Nov 2023 17:37:39 +0000 (18:37 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 13 Nov 2023 01:26:12 +0000 (01:26 +0000)
commit8df735701a7051825254ec7a12a661307bb7bdc1
tree8127426d8a9e36de8005f0a728e791bcd1b8e362
parent6d02f355c3d2fe86f503793e4df09898e9f9e703
ASoC: tegra: convert not to use dma_request_slave_channel()

dma_request_slave_channel() is deprecated. dma_request_chan() should
be used directly instead.

Switch to the preferred function and update the error handling accordingly.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/b78685e4103f12931ddb09c1654bc6b04b640868.1699724240.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra_pcm.c