[PATCH] ASoC: doc: Fix bracket and move place holder
From: Manuel Ebner
Date: Wed Sep 02 2026 - 11:47:57 EST
Remove '{' and change place holder
'< ... more DAI links above ... >' to
'< ... more DAI links here ... >' and move a couple lines up.
Signed-off-by: Manuel Ebner <manuelebnerli@xxxxxxxxxxx>
---
I'm not sure if this fix is good, please review.
---
Documentation/sound/soc/dpcm.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Documentation/sound/soc/dpcm.rst b/Documentation/sound/soc/dpcm.rst
index 7b6aeab3c..91e0418e1 100644
--- a/Documentation/sound/soc/dpcm.rst
+++ b/Documentation/sound/soc/dpcm.rst
@@ -356,9 +356,8 @@ The machine driver sets some additional parameters to the DAI link i.e.
.channels_max = 2,
};
+ < ... more DAI links here ... >
static struct snd_soc_dai_link dais[] = {
- < ... more DAI links above ... >
- {
.name = "MODEM",
.stream_name = "MODEM",
.cpu_dai_name = "dai2",
--
2.54.0