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:
Dmitry Sharshakov 2022-09-10 20:55:05 +03:00 committed by Wim Taymans
parent ea646c2d98
commit 3b89e6f369
3 changed files with 9 additions and 3 deletions

View file

@ -52,6 +52,7 @@ extern "C" {
struct props {
char device[64];
char clock_name[64];
bool disable_longname;
};
#define MAX_EVENT_SIZE 1024