alsa-seq: make clock name configurable

This commit is contained in:
Wim Taymans 2021-12-10 12:20:08 +01:00
parent 3f2f1971c9
commit c3bf07dff1
2 changed files with 16 additions and 4 deletions

View file

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