[PATCH] ASoC: audio_graph_card2: Fix port numbers in example
Sascha Hauer
s.hauer at pengutronix.de
Fri Jun 24 11:26:01 CEST 2022
The example in audio-graph-card2.c has multiple nodes with the same name
in it. Change the port numbers to get different names.
Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
sound/soc/generic/audio-graph-card2.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sound/soc/generic/audio-graph-card2.c b/sound/soc/generic/audio-graph-card2.c
index 77ac4051b8276..d34b29a49268e 100644
--- a/sound/soc/generic/audio-graph-card2.c
+++ b/sound/soc/generic/audio-graph-card2.c
@@ -90,12 +90,12 @@ links indicates connection part of CPU side (= A).
ports at 0 {
(X) (A) mcpu: port at 0 { mcpu0_ep: endpoint { remote-endpoint = <&mcodec0_ep>; }; };
(y) port at 1 { mcpu1_ep: endpoint { remote-endpoint = <&cpu1_ep>; }; };
-(y) port at 1 { mcpu2_ep: endpoint { remote-endpoint = <&cpu2_ep>; }; };
+(y) port at 2 { mcpu2_ep: endpoint { remote-endpoint = <&cpu2_ep>; }; };
};
ports at 1 {
(X) port at 0 { mcodec0_ep: endpoint { remote-endpoint = <&mcpu0_ep>; }; };
-(y) port at 0 { mcodec1_ep: endpoint { remote-endpoint = <&codec1_ep>; }; };
-(y) port at 1 { mcodec2_ep: endpoint { remote-endpoint = <&codec2_ep>; }; };
+(y) port at 1 { mcodec1_ep: endpoint { remote-endpoint = <&codec1_ep>; }; };
+(y) port at 2 { mcodec2_ep: endpoint { remote-endpoint = <&codec2_ep>; }; };
};
};
};
--
2.30.2
More information about the Alsa-devel
mailing list