ASoC: loongson: Fix component check failed on FDT systems
authorBinbin Zhou <zhoubinbin@loongson.cn>
Wed, 9 Oct 2024 07:52:27 +0000 (15:52 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 10 Oct 2024 11:14:59 +0000 (12:14 +0100)
commita6134e7b4d4a14e0942f113a6df1d518baa2a0a4
tree191eb679a3253a76514285cd72118904f8bfc335
parent3fe9f5882cf71573516749b0bb687ef88f470d1d
ASoC: loongson: Fix component check failed on FDT systems

Add missing snd_soc_dai_link.platforms assignment to avoid
soc_dai_link_sanity_check() failure.

Fixes: d24028606e76 ("ASoC: loongson: Add Loongson ASoC Sound Card Support")
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Link: https://patch.msgid.link/6645888f2f9e8a1d8d799109f867d0f97fd78c58.1728459624.git.zhoubinbin@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/loongson/loongson_card.c