The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Takashi Iwai e80ee6ae75 ump: Add helpers for handling SysEx data
Yet a few more helpers for handling SysEx data with UMP packets.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2023-06-06 15:13:27 +02:00
.github/workflows
alsalisp
aserver
doc doc: ucm - more volume notes 2022-10-17 13:08:11 +02:00
include ump: Add helpers for handling SysEx data 2023-06-06 15:13:27 +02:00
m4
modules
src ump: Add helpers for handling SysEx data 2023-06-06 15:13:27 +02:00
test test: BSD-like fixes 2023-02-03 13:22:04 +01:00
utils utils/alsa.m4: include <stdlib.h> for exit() 2023-01-29 18:51:54 +01:00
.gitignore
acinclude.m4
ChangeLog
configure.ac ump: Add initial support 2023-06-06 15:13:27 +02:00
COPYING
gitcompile
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.