ASoC: SDCA: add route by the number of input pins in MU entity
authorShuming Fan <shumingf@realtek.com>
Mon, 21 Jul 2025 11:23:46 +0000 (19:23 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 21 Jul 2025 15:04:53 +0000 (16:04 +0100)
commit17882721dcb49323eaa9728d7eaa2ae826c876f7
tree1bd83187797de35736fa0c458aea48f89550aae0
parentda863e772ece95bcdf4f010bcd8ee1bd404d51c5
ASoC: SDCA: add route by the number of input pins in MU entity

This patch removed the code where num_sources should be the same as cn_list.
For better resilience, it would be preferable to explicitly add the route
mapping the input pins to this MU entity.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20250721112346.388542-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/sdca_asoc.c