mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
parent
fb04074335
commit
5c44c6cd5c
1 changed files with 5 additions and 5 deletions
|
|
@ -138,9 +138,9 @@ struct descriptor {
|
||||||
uint32_t n_notify;
|
uint32_t n_notify;
|
||||||
unsigned long input[MAX_PORTS];
|
unsigned long input[MAX_PORTS];
|
||||||
unsigned long output[MAX_PORTS];
|
unsigned long output[MAX_PORTS];
|
||||||
unsigned long control[MAX_PORTS];
|
unsigned long control[MAX_CONTROLS];
|
||||||
unsigned long notify[MAX_PORTS];
|
unsigned long notify[MAX_CONTROLS];
|
||||||
float default_control[MAX_PORTS];
|
float default_control[MAX_CONTROLS];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct port {
|
struct port {
|
||||||
|
|
@ -169,8 +169,8 @@ struct node {
|
||||||
|
|
||||||
struct port input_port[MAX_PORTS];
|
struct port input_port[MAX_PORTS];
|
||||||
struct port output_port[MAX_PORTS];
|
struct port output_port[MAX_PORTS];
|
||||||
struct port control_port[MAX_PORTS];
|
struct port control_port[MAX_CONTROLS];
|
||||||
struct port notify_port[MAX_PORTS];
|
struct port notify_port[MAX_CONTROLS];
|
||||||
|
|
||||||
uint32_t n_hndl;
|
uint32_t n_hndl;
|
||||||
void *hndl[MAX_HNDL];
|
void *hndl[MAX_HNDL];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue