Message ID | 20240416-vizdapm-ng-v1-0-5d33c0b57bc5@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | ASoC: dapm: improve debugfs output and introduce dapm-graph | expand |
On 16/04/2024 08:00:23+0200, Luca Ceresoli wrote: > This patch series improves the tools available to understand and debug > DAPM. > > Patches 1-2 add more information to the widget files exposed in debugfs. > > Patch 3 introduces dapm-graph, a script to generate a picture of the DAPM > state inspired to vizdapm. > > Patch 1 is required for dapm-graph to work, while patch 2 allows to enhance > its features but it is not required. > > Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- > Luca Ceresoli (3): > ASoC: dapm: debugfs: add component to route lines > ASoC: dapm: debugfs: show the widget type > tools/sound/dapm-graph: new tool to visualize DAPM state > > MAINTAINERS | 6 + > sound/soc/soc-dapm.c | 54 ++++++++- > tools/sound/dapm-graph | 303 +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 361 insertions(+), 2 deletions(-) > --- > base-commit: 5568f556e601b02d673bc7edab8de0f11815eec7 > change-id: 20240405-vizdapm-ng-c7569ffa8e58 > > Best regards, > -- > Luca Ceresoli <luca.ceresoli@bootlin.com> >
On Tue, 16 Apr 2024 08:00:23 +0200, Luca Ceresoli wrote: > This patch series improves the tools available to understand and debug > DAPM. > > Patches 1-2 add more information to the widget files exposed in debugfs. > > Patch 3 introduces dapm-graph, a script to generate a picture of the DAPM > state inspired to vizdapm. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/3] ASoC: dapm: debugfs: add component to route lines commit: cbd9eed87107bb6d6e537e79aeea65399898ca41 [2/3] ASoC: dapm: debugfs: show the widget type commit: 5b1047dcf80b35bafcacbd10b57342d1a96139c0 [3/3] tools/sound/dapm-graph: new tool to visualize DAPM state commit: e7bb43898bcf54da7ffb4819a04c8428f7db24db 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 patch series improves the tools available to understand and debug DAPM. Patches 1-2 add more information to the widget files exposed in debugfs. Patch 3 introduces dapm-graph, a script to generate a picture of the DAPM state inspired to vizdapm. Patch 1 is required for dapm-graph to work, while patch 2 allows to enhance its features but it is not required. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> --- Luca Ceresoli (3): ASoC: dapm: debugfs: add component to route lines ASoC: dapm: debugfs: show the widget type tools/sound/dapm-graph: new tool to visualize DAPM state MAINTAINERS | 6 + sound/soc/soc-dapm.c | 54 ++++++++- tools/sound/dapm-graph | 303 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 361 insertions(+), 2 deletions(-) --- base-commit: 5568f556e601b02d673bc7edab8de0f11815eec7 change-id: 20240405-vizdapm-ng-c7569ffa8e58 Best regards,