diff options
author | Takashi Iwai <tiwai@suse.de> | 2025-02-26 15:00:25 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2025-02-26 15:00:25 +0100 |
commit | fe1544deda605f6100cbff1d5aeb179c3aa1515c (patch) | |
tree | b137e066925864bacfe863e316ba7361f09e9cec /tools | |
parent | c6557ccf8094ce2e1142c6e49cd47f5d5e2933a8 (diff) | |
parent | 9da0ed4a85027063441fa1c73967cafc38f0677c (diff) |
Merge tag 'asoc-fix-v6.14-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.14
More driver specific fixes, the firmware change is part of fixing the
race conditions in the Cirrus driver.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/sound/dapm-graph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sound/dapm-graph b/tools/sound/dapm-graph index f14bdfedee8f1..b6196ee5065a4 100755 --- a/tools/sound/dapm-graph +++ b/tools/sound/dapm-graph @@ -10,7 +10,7 @@ set -eu STYLE_COMPONENT_ON="color=dodgerblue;style=bold" STYLE_COMPONENT_OFF="color=gray40;style=filled;fillcolor=gray90" -STYLE_NODE_ON="shape=box,style=bold,color=green4" +STYLE_NODE_ON="shape=box,style=bold,color=green4,fillcolor=white" STYLE_NODE_OFF="shape=box,style=filled,color=gray30,fillcolor=gray95" # Print usage and exit |