* [PATCH v2] ASoC: doc: Fix bracket and wording
@ 2026-09-04 12:07 Manuel Ebner
2026-09-04 15:56 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Manuel Ebner @ 2026-09-04 12:07 UTC (permalink / raw)
To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
Jonathan Corbet, Shuah Khan
Cc: Manuel Ebner, linux-sound, linux-doc, linux-kernel
Change wording to make sense.
'above' -> 'here' in placeholder which already is above the code block.
Signed-off-by: Manuel Ebner <manuelebnerli@mailbox.org>
---
[v2]
- rearrange lines in diff
- fix commit message
[v1]
https://lore.kernel.org/all/20260902150510.706055-2-manuelebnerli@mailbox.org/
I guess the line is to show that there are more DAI links _above_ the code
block. But it's already above, thus change 'above' -> 'here'
Let me know if I misunderstood.
Thanks
---
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..0302a89cb 100644
--- a/Documentation/sound/soc/dpcm.rst
+++ b/Documentation/sound/soc/dpcm.rst
@@ -357,8 +357,7 @@ The machine driver sets some additional parameters to the DAI link i.e.
};
static struct snd_soc_dai_link dais[] = {
- < ... more DAI links above ... >
- {
+ < ... more DAI links here ... >
.name = "MODEM",
.stream_name = "MODEM",
.cpu_dai_name = "dai2",
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH v2] ASoC: doc: Fix bracket and wording
2026-09-04 12:07 [PATCH v2] ASoC: doc: Fix bracket and wording Manuel Ebner
@ 2026-09-04 15:56 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2026-09-04 15:56 UTC (permalink / raw)
To: Manuel Ebner
Cc: Liam Girdwood, Jaroslav Kysela, Takashi Iwai, Jonathan Corbet,
Shuah Khan, linux-sound, linux-doc, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 730 bytes --]
On Fri, Sep 04, 2026 at 02:07:37PM +0200, Manuel Ebner wrote:
> Change wording to make sense.
> 'above' -> 'here' in placeholder which already is above the code block.
> I guess the line is to show that there are more DAI links _above_ the code
> block. But it's already above, thus change 'above' -> 'here'
> Let me know if I misunderstood.
> static struct snd_soc_dai_link dais[] = {
> - < ... more DAI links above ... >
> - {
> + < ... more DAI links here ... >
> .name = "MODEM",
You've moved the bit saying more links into the definition of the link
element that's show where you obviously can't have more links since it's
a single element in the array. Again, I'm confused what you think the
issue is here.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-04 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-04 12:07 [PATCH v2] ASoC: doc: Fix bracket and wording Manuel Ebner
2026-09-04 15:56 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox