diff options
| author | Randy Dunlap <rdunlap@infradead.org> | 2026-04-29 15:57:51 -0700 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-30 15:04:59 +0900 |
| commit | e82c19d6a508eedda8357311e8c5d7b9d6c9218c (patch) | |
| tree | 22a9fb9c80b67059592247627b8006138373bd67 /Documentation | |
| parent | 116c535ea4770ee3af57c5d52d71c574009f93a7 (diff) | |
| download | linux-e82c19d6a508eedda8357311e8c5d7b9d6c9218c.tar.gz linux-e82c19d6a508eedda8357311e8c5d7b9d6c9218c.zip | |
ASoC: docs: fix TAS675x doc build warnings
Add tas675x.rst to the index file and extend the heading underline
to avoid build warnings:
Documentation/sound/codecs/tas675x.rst: WARNING: document isn't included in any toctree [toc.not_included]
Documentation/sound/codecs/tas675x.rst:659: WARNING: Title underline too short.
Overtemperature Shutdown (0x87)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [docutils]
Fixes: ba46edca354e ("Documentation: sound: Add TAS675x codec mixer controls documentation")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20260429225751.1995224-1-rdunlap@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/sound/codecs/index.rst | 1 | ||||
| -rw-r--r-- | Documentation/sound/codecs/tas675x.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/sound/codecs/index.rst b/Documentation/sound/codecs/index.rst index 2cb95d87bbef..7594d0a38d6b 100644 --- a/Documentation/sound/codecs/index.rst +++ b/Documentation/sound/codecs/index.rst @@ -7,3 +7,4 @@ Codec-Specific Information :maxdepth: 2 cs35l56 + tas675x diff --git a/Documentation/sound/codecs/tas675x.rst b/Documentation/sound/codecs/tas675x.rst index 36bcdf18d238..c08b0e392306 100644 --- a/Documentation/sound/codecs/tas675x.rst +++ b/Documentation/sound/codecs/tas675x.rst @@ -656,7 +656,7 @@ These faults place affected channels into the FAULT state. The driver issues fault clear (register 0x01 bit 3) to allow recovery. Overtemperature Shutdown (0x87) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ======== ========================================== Bits Description |
