mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
alsa-seq: add an option to disable longname in MIDI ports
Untested yet Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
This commit is contained in:
parent
ea646c2d98
commit
3b89e6f369
3 changed files with 9 additions and 3 deletions
|
|
@ -52,6 +52,7 @@ extern "C" {
|
|||
struct props {
|
||||
char device[64];
|
||||
char clock_name[64];
|
||||
bool disable_longname;
|
||||
};
|
||||
|
||||
#define MAX_EVENT_SIZE 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue