ASoC: update cpu_dai_name references
From 5.4 kernel, cpu_dai_name is replaced by a pointer to snd_soc_dai_link_component which holds the dai name, update such references. Change-Id: I5ddda0232b75cee7c0f2dc937102e1342a50276a Signed-off-by: Vignesh Kulothungan <vigneshk@codeaurora.org>
This commit is contained in:

committed by
Meng Wang

parent
d71ec81bb0
commit
0db3d6b206
@@ -1211,7 +1211,7 @@ static int msm_transcode_add_audio_effects_control(struct snd_soc_pcm_runtime *r
|
||||
|
||||
pr_debug("%s: added new compr FE with name %s, id %d, cpu dai %s, device no %d\n", __func__,
|
||||
rtd->dai_link->name, rtd->dai_link->id,
|
||||
rtd->dai_link->cpu_dai_name, rtd->pcm->device);
|
||||
rtd->dai_link->cpus->dai_name, rtd->pcm->device);
|
||||
|
||||
ctl_len = strlen(mixer_ctl_name) + 1 + strlen(deviceNo) + 1;
|
||||
mixer_str = kzalloc(ctl_len, GFP_KERNEL);
|
||||
|
Reference in New Issue
Block a user