Message ID | 20240823-dapm-graph-v1-0-989a47308c4c@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: dapm-graph: add component on/off and route names to graph | expand |
Hello, On Fri, 23 Aug 2024 09:45:58 +0200 Luca Ceresoli <luca.ceresoli@bootlin.com> wrote: > This small series adds some improvements to dapm-graph in order to produce > a more correct and informative graph. > > Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Resending this series because: * this series has been sent 2.5 months ago * there was no reply at all * AFAIK and according to MAINTAINERS there is no patchwork catching tools/sound/ So it looks like forgotten. Rebased and tested on current master. Initial thread: https://lore.kernel.org/all/20240607-dapm-graph-v1-0-bb302970d055@bootlin.com/ Best regards, Luca
On Fri, 23 Aug 2024 09:45:58 +0200, Luca Ceresoli wrote: > This small series adds some improvements to dapm-graph in order to produce > a more correct and informative graph. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/3] ASoC: dapm-graph: remove the "ROOT" cluster commit: 5a98c2e5399b125231ebb4594fee5fddfb7db9fd [2/3] ASoC: dapm-graph: visualize component On/Off bias level commit: 64a1e3ddab1ebaa590101b0d7d7fa5d3144da1e8 [3/3] ASoC: dapm-graph: show path name for non-static routes commit: a14b278a47dd4b263799214c5ae0da6506ed7692 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
This small series adds some improvements to dapm-graph in order to produce a more correct and informative graph. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> --- Luca Ceresoli (3): ASoC: dapm-graph: remove the "ROOT" cluster ASoC: dapm-graph: visualize component On/Off bias level ASoC: dapm-graph: show path name for non-static routes tools/sound/dapm-graph | 44 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 35 insertions(+), 9 deletions(-) --- base-commit: c3f38fa61af77b49866b006939479069cd451173 change-id: 20240603-dapm-graph-8e3f7e3fd692 Best regards,