]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: soc-generic-dmaengine-pcm: name back to pcm_new()/pcm_free()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 16 Mar 2026 02:27:11 +0000 (02:27 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 13:38:00 +0000 (13:38 +0000)
commit7d803acf6181e2ec98b0c48710c800b3167f00e0
tree226488680fdf04c64f9f13512c8b6b09db24a046
parent7ef8b7a10c4b20dd84db7d3a066d90949eb65882
ASoC: soc-generic-dmaengine-pcm: name back to pcm_new()/pcm_free()

We have been used pcm_new()/pcm_free(), but switched to
pcm_construct()/pcm_destruct() to use extra parameters [1].

pcm_new()/free() had been removed [2], but each drivers are still
using such function naming. Let's name back to pcm_new()/pcm_free()
again.

[1] commit c64bfc906600 ("ASoC: soc-core: add new pcm_construct/pcmdestruct")
[2] commit e9067bb50278 ("ASoC: soc-component: remove snd_pcm_ops from component driver")

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87h5qgjypk.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-generic-dmaengine-pcm.c