summaryrefslogtreecommitdiff
path: root/sound/soc/generic
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-01-08 11:58:49 +0000
committerMark Brown <broonie@kernel.org>2025-01-08 11:58:49 +0000
commit309caeef4381e8777f65030dccabc71456650269 (patch)
treef726473c478fca19db793ebe27a3da0162fd23bc /sound/soc/generic
parentc51187903fe4523fd7f521662c1ae1f1f3174036 (diff)
parent9d89551994a430b50c4fffcb1e617a057fa76e20 (diff)
ASoC: Merge up v6.13-rc6
This helps several of my boards in CI.
Diffstat (limited to 'sound/soc/generic')
-rw-r--r--sound/soc/generic/audio-graph-card2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/generic/audio-graph-card2.c b/sound/soc/generic/audio-graph-card2.c
index 5280c1b20d85..1f5c4e8ff1b9 100644
--- a/sound/soc/generic/audio-graph-card2.c
+++ b/sound/soc/generic/audio-graph-card2.c
@@ -771,7 +771,7 @@ static void graph_link_init(struct simple_util_priv *priv,
of_node_get(port_codec);
if (graph_lnk_is_multi(port_codec)) {
ep_codec = graph_get_next_multi_ep(&port_codec);
- of_node_put(port_cpu);
+ of_node_put(port_codec);
port_codec = ep_to_port(ep_codec);
} else {
ep_codec = of_graph_get_next_port_endpoint(port_codec, NULL);