[PATCH 0/3] ASoC: dapm: improve debugfs output and introduce dapm-graph

From: Luca Ceresoli
Date: Tue Apr 16 2024 - 02:00:45 EST


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@xxxxxxxxxxx>
---
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@xxxxxxxxxxx>