Skip to content

Commit 9765171

Browse files
committed
fix(linux): audio: remove duplicate target names
Build complains of duplicate explicit target names. Target names should be unique. Also, names are not needed for rubrics unless they are referenced somewhere else. These duplicates are not referenced anywhere. Remove repeated target names in audio doc. Signed-off-by: T Pratham <t-pratham@ti.com>
1 parent d43051b commit 9765171

File tree

1 file changed

+0
-4
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers

1 file changed

+0
-4
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Audio.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,6 @@ Board-specific instructions
463463
p1 - playback jack
464464
465465
.. rubric:: Kernel config
466-
:name: kernel-config-8
467466

468467
.. code-block:: text
469468
@@ -492,7 +491,6 @@ Board-specific instructions
492491
}
493492
494493
.. rubric:: User space
495-
:name: user-space-8-kernel-audio
496494

497495
``NOTE: Playback volume is HIGH after boot. Do not use headset without lowering it!!!``
498496

@@ -567,7 +565,6 @@ Board-specific instructions
567565
HDMI bridge**.
568566
569567
.. rubric:: Kernel config
570-
:name: kernel-config-9
571568

572569
.. code-block:: text
573570
@@ -582,7 +579,6 @@ Board-specific instructions
582579
<*> ASoC Simple sound card support
583580
584581
.. rubric:: User space
585-
:name: user-space-9
586582

587583
.. _hdmi_audio:
588584
The hardware defaults are correct for audio playback, the routing is OK

0 commit comments

Comments
 (0)