diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2024-10-28 14:16:47 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-10-28 18:04:57 +0300 |
commit | 9a0f6091060882881f2cefd1efbda658f207ee5c (patch) | |
tree | 8ae2313dafd4c00f7a2480aedc8c6637bec179b4 | |
parent | f42eb4930923af90784339c313654c45b24c1d8f (diff) | |
download | linux-9a0f6091060882881f2cefd1efbda658f207ee5c.tar.xz |
ALSA: docs: Add toctree index entry for co-processor acceleration API
Sphinx reports missing toctree entry warning for co-processor
acceleration API docs:
Documentation/sound/designs/compress-accel.rst: WARNING: document isn't included in any toctree
Add the missing entry to fix the warning.
Fixes: 04177158cf98 ("ALSA: compress_offload: introduce accel operation mode")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://patch.msgid.link/20241028111647.17378-3-bagasdotme@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | Documentation/sound/designs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/sound/designs/index.rst b/Documentation/sound/designs/index.rst index b79db9ad8732..6b825c5617fc 100644 --- a/Documentation/sound/designs/index.rst +++ b/Documentation/sound/designs/index.rst @@ -6,6 +6,7 @@ Designs and Implementations control-names channel-mapping-api + compress-accel compress-offload timestamping jack-controls |