]> git.itanic.dy.fi Git - linux-stable/commit
ASoC: sh: convert not to use dma_request_slave_channel()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 19 Nov 2023 18:19:14 +0000 (19:19 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 27 Nov 2023 13:44:06 +0000 (13:44 +0000)
commit076357cd57c294fb185ac452b9ce5536b2853839
tree36c08df3b2812aa46c0f518635f3feb811015c69
parent74fc96e8d4b3a4f3ceb8d14c99f3e0ef70a0c381
ASoC: sh: 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/1a837f96f056fa3dcb02a77afa5892d40b354cb1.1700417934.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/fsi.c