mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
modules: add vban midi support
This commit is contained in:
parent
8a72310f0b
commit
2410660299
3 changed files with 346 additions and 6 deletions
|
|
@ -53,6 +53,10 @@ static inline uint8_t vban_sr_index(uint32_t rate)
|
|||
#define VBAN_DATATYPE_12BITS 0x06
|
||||
#define VBAN_DATATYPE_10BITS 0x07
|
||||
|
||||
#define VBAN_SERIAL_GENERIC 0x00
|
||||
#define VBAN_SERIAL_MIDI 0x10
|
||||
#define VBAN_SERIAL_USER 0xf0
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue