[PATCH] ASoC: doc: Fix bracket and move place holder

Manuel Ebner posted 1 patch 3 weeks, 2 days ago
Documentation/sound/soc/dpcm.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] ASoC: doc: Fix bracket and move place holder
Posted by Manuel Ebner 3 weeks, 2 days ago
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@mailbox.org>
---
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
Re: [PATCH] ASoC: doc: Fix bracket and move place holder
Posted by Mark Brown 3 weeks, 1 day ago
On Wed, Sep 02, 2026 at 05:05:10PM +0200, Manuel Ebner wrote:
> 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@mailbox.org>
> ---
> I'm not sure if this fix is good, please review.

I can't tell from your changelog what this is intended to fix?