On Wed, 15 Mar 2023 06:40:39 +0000, Kuninori Morimoto wrote: > Current ASoC will ignore already connected component when binding Card. > This will happen mainly "CPU Component" is handled as "Platform Component", > which was needed before. > > static int snd_soc_rtd_add_component(...) > { > ... > for_each_rtd_components(rtd, i, comp) { > /* already connected */ > if (comp == component) > return 0; > } > ... > } > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/6] ASoC: fsl: remove unnecessary dai_link->platform commit: 33683cbf49b5412061cb1e4c876063fdef86def4 [2/6] ASoC: atmel: remove unnecessary dai_link->platform commit: 2f650f87c03cab72e751fc739f42a1e257bdc6b9 [3/6] ASoC: ti: remove unnecessary dai_link->platform commit: 3b0db249cf8fe0027e2a4161d27a8566d82fcd80 [4/6] ASoC: soc-topology.c: remove unnecessary dai_link->platform commit: e7098ba9b3785d626326040d300f95fec79aa765 [5/6] ASoC: simple-card-utils.c: remove unnecessary dai_link->platform (no commit info) [6/6] ASoC: simple-card.c: add missing of_node_put() commit: 92405802a7d6aa1953915af869192296d1792d18 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark