mbox series

[0/2] Documentation fixes for ALSA Co-processor Acceleration API

Message ID 20241028111647.17378-1-bagasdotme@gmail.com (mailing list archive)
Headers show
Series Documentation fixes for ALSA Co-processor Acceleration API | expand

Message

Bagas Sanjaya Oct. 28, 2024, 11:16 a.m. UTC
A small (two-patches) series fixing htmldocs warnings on sound tree that
first being noticed in linux-next integration [1].

[1]: https://lore.kernel.org/linux-next/20241028193242.11597640@canb.auug.org.au/

Bagas Sanjaya (2):
  ALSA: docs: compress-accel: Format state machine flowchart as code
    block
  ALSA: docs: Add toctree index entry for co-processor acceleration API

 Documentation/sound/designs/compress-accel.rst | 2 +-
 Documentation/sound/designs/index.rst          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)


base-commit: 0216ded72db896b24cbdd8cd6531482571b25cf6

Comments

Takashi Iwai Oct. 28, 2024, 3:04 p.m. UTC | #1
On Mon, 28 Oct 2024 12:16:45 +0100,
Bagas Sanjaya wrote:
> 
> A small (two-patches) series fixing htmldocs warnings on sound tree that
> first being noticed in linux-next integration [1].
> 
> [1]: https://lore.kernel.org/linux-next/20241028193242.11597640@canb.auug.org.au/
> 
> Bagas Sanjaya (2):
>   ALSA: docs: compress-accel: Format state machine flowchart as code
>     block
>   ALSA: docs: Add toctree index entry for co-processor acceleration API

Applied both patches now.  Thanks.


Takashi