]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: dapm-graph: remove the "ROOT" cluster
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Fri, 23 Aug 2024 07:45:59 +0000 (09:45 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 23 Aug 2024 10:02:58 +0000 (11:02 +0100)
commit5a98c2e5399b125231ebb4594fee5fddfb7db9fd
tree8088e4392e31261378f74b6ce247eafd946fe91b
parentca39fab8b7bc6c5a38c48c7bdf2b3c47792af9dd
ASoC: dapm-graph: remove the "ROOT" cluster

Widgets not belonging to any component are currently represented inside a
cluster labeled "ROOT". This is not a correct representation of the actual
structure, as these widgets are not necessarily related to each other as
the ones inside actual components are.

Improve the graphical representation by not adding a cluster around these
widgets. Now a dot cluster represents a card component faithfully. This
will be particularly important with the upcoming improvements which will
visualize the component bias_level.

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Link: https://patch.msgid.link/20240823-dapm-graph-v1-1-989a47308c4c@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/sound/dapm-graph