ASoC: simple-card-utils: rename asoc_simple_init_dai_link_params() to asoc_simple_ini...
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 30 May 2022 04:28:44 +0000 (04:28 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 6 Jun 2022 11:38:40 +0000 (12:38 +0100)
commitff31753fcb061b90bd8c356d5b27a6eb5f8ade15
tree20c48bc86903e3285f19427f8853495fc19428a6
parent6398b004cfcce38626f3ba6fa5853177a3501aae
ASoC: simple-card-utils: rename asoc_simple_init_dai_link_params() to asoc_simple_init_for_codec2codec()

commit 95cfc0a0aaf5752071 ("ASoC: simple-card: Add support for
codec2codec DAI links") added the function
asoc_simple_init_dai_link_params() to initialize dai_link "params".
It is very straight naming, but difficult to noticed that it is for
Codec2Codec support. Handling Codec2Codec is one of very tricky part
on ALSA SoC, thus it is very important to clarify it. This patch
renames the function name.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87o7zflk3n.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card-utils.c