mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
alsa-seq: make clock name configurable
This commit is contained in:
parent
3f2f1971c9
commit
c3bf07dff1
2 changed files with 16 additions and 4 deletions
|
|
@ -51,6 +51,7 @@ extern "C" {
|
|||
|
||||
struct props {
|
||||
char device[64];
|
||||
char clock_name[64];
|
||||
};
|
||||
|
||||
#define MAX_EVENT_SIZE 1024
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue