ASoC: soc-core: rename soc_link_init() to soc_init_pcm_runtime()
soc-core is using soc_link_init(). It sounds like dai_link function, but it is for pcm_runtime. This patch renames soc_link_init() to soc_init_pcm_runtime(). Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/87y2vlxbkr.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
626c2e57a3
Коммит
eaffeefbd0
|
@ -1123,8 +1123,8 @@ static int soc_dai_pcm_new(struct snd_soc_dai **dais, int num_dais,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int soc_link_init(struct snd_soc_card *card,
|
||||
struct snd_soc_pcm_runtime *rtd)
|
||||
static int soc_init_pcm_runtime(struct snd_soc_card *card,
|
||||
struct snd_soc_pcm_runtime *rtd)
|
||||
{
|
||||
struct snd_soc_dai_link *dai_link = rtd->dai_link;
|
||||
struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
|
||||
|
@ -1984,7 +1984,7 @@ static int snd_soc_bind_card(struct snd_soc_card *card)
|
|||
}
|
||||
|
||||
for_each_card_rtds(card, rtd) {
|
||||
ret = soc_link_init(card, rtd);
|
||||
ret = soc_init_pcm_runtime(card, rtd);
|
||||
if (ret < 0)
|
||||
goto probe_end;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче