diff options
author | Mark Brown <broonie@kernel.org> | 2021-10-18 21:15:13 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-18 21:15:13 +0100 |
commit | bfceb9c2160109ef8c9305e0a726c7fe6cd9cd9e (patch) | |
tree | 5589e266f667dd091405452a03dcb242cbac456f /sound/soc/soc-core.c | |
parent | a79b02d5f24ffb2f963971eef4ef7222a0f31ab4 (diff) | |
parent | 4ca239f33737198827c7f4ac68a1f6fc8a9d79ba (diff) |
Merge branch 'asoc-5.15' into asoc-5.16
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index bdbaf14dc9fc..94f1548b8a32 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -2578,6 +2578,7 @@ int snd_soc_component_initialize(struct snd_soc_component *component, INIT_LIST_HEAD(&component->dai_list); INIT_LIST_HEAD(&component->dobj_list); INIT_LIST_HEAD(&component->card_list); + INIT_LIST_HEAD(&component->list); mutex_init(&component->io_mutex); component->name = fmt_single_name(dev, &component->id); |