mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
alsa-seq: add port latency reporting
This commit is contained in:
parent
cd32404e92
commit
0779862cda
2 changed files with 18 additions and 1 deletions
|
|
@ -76,7 +76,8 @@ struct seq_port {
|
|||
#define IDX_IO 2
|
||||
#define IDX_Format 3
|
||||
#define IDX_Buffers 4
|
||||
#define N_PORT_PARAMS 5
|
||||
#define IDX_Latency 5
|
||||
#define N_PORT_PARAMS 6
|
||||
struct spa_param_info params[N_PORT_PARAMS];
|
||||
|
||||
struct spa_io_buffers *io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue