The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Takashi Iwai 8da704ef4f seq: Correct section descriptions for UMP
The usage of \section and \subsection were wrong in the previous
commit, where the tags were missing.

Fixes: 3390f31664 ("seq: Add description about MIDI 2.0 and UMP handling")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2024-06-26 11:20:18 +02:00
.github/workflows GitHub Actions: Use actions/checkout@v4 2024-03-17 09:42:55 +09:00
alsalisp
aserver aserver: fix buffer overwriting 2023-12-11 09:20:06 +01:00
doc doxygen: include docs for shmarea functions 2023-09-01 16:12:24 +02:00
include seq: Add API helper functions for creating UMP Endpoint and Blocks 2024-06-19 17:12:24 +02:00
m4 Fix symver build error on non-ELF platforms 2023-09-01 16:54:44 +02:00
modules
src seq: Correct section descriptions for UMP 2024-06-26 11:20:18 +02:00
test test: Add an example program to create a virtual UMP Endpoint 2024-06-19 17:24:50 +02:00
utils
.gitignore Add test/seq-ump-example to .gitignore 2024-06-19 17:25:57 +02:00
acinclude.m4
ChangeLog
configure.ac Release v1.2.12 2024-06-10 11:18:34 +02:00
COPYING
gitcompile gitcompile: Add static build 2023-09-04 09:37:29 +02:00
INSTALL
Makefile.am
MEMORY-LEAK
NOTES
README.md
TODO

alsa-lib

Advanced Linux Sound Architecture (ALSA) project

Build alsa-lib

The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.

The up-to-date reference generated from sources can be accessed here:

http://www.alsa-project.org/alsa-doc/alsa-lib/

You may give a look for more information about the ALSA project to URL http://www.alsa-project.org.

Submitting patches

The preferred way to submit patches is by sending them by email to the alsa-devel mailing list. Sending mail to the list requires subscription, subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

Add Takashi Iwai <tiwai@suse.de> and/or Jaroslav Kysela <perex@perex.cz> to Cc so that your patch won't be missed.

Patches are also accepted as GitHub pull requests.