]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: fsl: name back to pcm_new()/pcm_free()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 16 Mar 2026 02:25:56 +0000 (02:25 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2026 13:37:50 +0000 (13:37 +0000)
commitfe8112d6d2a62eac923a6fdde274b848021e94b6
treec87dcac5c8b882ed8fd91470fc4944595896b33a
parentc42b65583773251ebd5a71ee38f8a74f3e5dbb13
ASoC: fsl: 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/87wlzcjyrn.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_asrc_dma.c
sound/soc/fsl/fsl_dma.c
sound/soc/fsl/fsl_qmc_audio.c
sound/soc/fsl/imx-pcm-fiq.c
sound/soc/fsl/imx-pcm-rpmsg.c
sound/soc/fsl/mpc5200_dma.c