From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> No one initialize rtd->list, so far. Let's do it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> --- sound/soc/soc-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 2536ba4..2347b58 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -354,6 +354,7 @@ static struct snd_soc_pcm_runtime *soc_new_pcm_runtime( if (!rtd) return NULL; + INIT_LIST_HEAD(&rtd->list); INIT_LIST_HEAD(&rtd->component_list); rtd->card = card; rtd->dai_link = dai_link; -- 2.7.4 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx https://mailman.alsa-project.org/mailman/listinfo/alsa-devel