ASoC: convert asoc_xxx() to snd_soc_xxx()
authorMark Brown <broonie@kernel.org>
Tue, 26 Sep 2023 13:16:52 +0000 (15:16 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 26 Sep 2023 13:16:52 +0000 (15:16 +0200)
commite952e89b0602aeb856396eac4306098249c43548
tree2517bc206c57d13866de8c0e24a70056a716b0e8
parent7b71da59122c3ab82908910abf78db1fd6340cac
parentc067b1f83ea46346a352c2e43ac80f2166172d8a
ASoC: convert asoc_xxx() to snd_soc_xxx()

Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

ASoC is using 2 type of prefix (asoc_xxx() vs snd_soc_xxx()), but there
is no particular reason about that [1].
To reduce confusing, standarding these to snd_soc_xxx() is sensible.

This patch adds asoc_xxx() macro to keep compatible for a while.
It will be removed if all drivers were switched to new style.

Link: https://lore.kernel.org/r/87h6td3hus.wl-kuninori.morimoto.gx@renesas.com
sound/soc/sh/dma-sh7760.c