]> git.alsa-project.org Git - alsa-lib.git/commit
ump: Add helpers to parse / set UMP packet data
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Nov 2022 15:30:47 +0000 (16:30 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Jun 2023 13:13:27 +0000 (15:13 +0200)
commit040356ecf06b692fc74a2746bf91fabb2a78425b
treeb198016c0459a706161dfe5a433a0d3da5c2c823
parent81b0cf46d16a9cff39037d3b91f7b74d1658f7fe
ump: Add helpers to parse / set UMP packet data

This patch defines the structs / unions that can be used for encoding
and decoding UMP packets, as well as inline helper functions.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/Makefile.am
include/local.h
include/ump_msg.h [new file with mode: 0644]
src/rawmidi/ump_local.h