Skip to content

Commit 939c302

Browse files
committed
fix(linux): audio: remove duplicate target names
Build complains of duplicate explicit target names. Target names should be unique. Rename repeated target names to remove duplicates. Signed-off-by: T Pratham <[email protected]>
1 parent 90e2c33 commit 939c302

File tree

1 file changed

+6
-6
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers

1 file changed

+6
-6
lines changed

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

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

468468
.. code-block:: text
469469
@@ -492,7 +492,7 @@ Board-specific instructions
492492
}
493493
494494
.. rubric:: User space
495-
:name: user-space-8-kernel-audio
495+
:name: user-space-9-kernel-audio
496496

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

@@ -520,7 +520,7 @@ Board-specific instructions
520520
HDMI bridge**.
521521
522522
.. rubric:: Kernel config
523-
:name: kernel-config-9
523+
:name: kernel-config-10
524524

525525
.. code-block:: text
526526
@@ -535,7 +535,7 @@ Board-specific instructions
535535
<*> ASoC Simple sound card support
536536
537537
.. rubric:: User space
538-
:name: user-space-9
538+
:name: user-space-10
539539

540540
The hardware defaults are correct for audio playback, the routing is OK
541541
and the volume is 'adequate' but in case the volume is not correct:
@@ -567,7 +567,7 @@ Board-specific instructions
567567
HDMI bridge**.
568568
569569
.. rubric:: Kernel config
570-
:name: kernel-config-9
570+
:name: kernel-config-11
571571

572572
.. code-block:: text
573573
@@ -582,7 +582,7 @@ Board-specific instructions
582582
<*> ASoC Simple sound card support
583583
584584
.. rubric:: User space
585-
:name: user-space-9
585+
:name: user-space-11
586586

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

0 commit comments

Comments
 (0)