On Tue, 20 Jun 2023 02:13:51 +0000, Kuninori Morimoto wrote:
Current soc-core.c has snd_soc_{of_}get_dai_name() to get DAI name for dlc (snd_soc_dai_link_component). It gets .dai_name, but we need .of_node too. Therefor user need to arrange.
It will be more useful if it gets both .dai_name and .of_node. This patch adds snd_soc_{of_}get_dlc() for it, and convert to use it.
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/9] ASoC: soc-core.c: add snd_soc_{of_}get_dlc() commit: 05722a0ce6fbd1c603ec0f0ecb5ed839dd561ac7 [2/9] ASoC: soc-core.c: add index on snd_soc_of_get_dai_name() commit: 3c8b5861850c734add65233e538d4a8c2dff95d9 [3/9] ASoC: fsl: use snd_soc_{of_}get_dlc() commit: aa560f5e796ce63074942251197c7161db2392d3 [4/9] ASoC: qcom: use snd_soc_{of_}get_dlc() commit: 6cf881b7f1608fd5625d916380ed57d45c2879e9 [5/9] ASoC: meson: use snd_soc_{of_}get_dlc() commit: 2e1dbea1f8a3584399ff15b1f1773dbbb1f0d10f [6/9] ASoC: samsung: use snd_soc_{of_}get_dlc() commit: 50233f28f9a2c06140a7bf539ef569ba1ad58ff6 [7/9] ASoC: loongson: use snd_soc_{of_}get_dlc() commit: db588ea1a352df9673464b1bc6d4acb83f5e8256 [8/9] ASoC: soc-core.c: use snd_soc_{of_}get_dlc() commit: 14c9b25f632b561be33af99942833a618811ac3d [9/9] ASoC: simple-card.c: use snd_soc_{of_}get_dlc() commit: 0baa2c3abc525c79c21ce64a1722f4034d042ac9
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