]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: soc-pcm: tidyup function name to snd_soc_dpcm_be_can_xxx()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 10 Mar 2025 02:02:11 +0000 (02:02 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 16 Mar 2025 23:33:42 +0000 (23:33 +0000)
commitede6445d5405edb418c05582d46d12687b632236
tree22e6c65b1db6b83583aa87dd14ccb3c252cfa504
parent02026aabaa8225bd7dfdcb8ae106453e002cb0a8
ASoC: soc-pcm: tidyup function name to snd_soc_dpcm_be_can_xxx()

We have similar but different function names

snd_soc_dpcm_fe_can_xxx()
snd_soc_dpcm_be_can_xxx()
snd_soc_dpcm_can_be_xxx()
             ~~~~~~
Let's unified these to can_xx

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