mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-05 04:06:37 -05:00
module-avb: internal: make sure that the descriptor are modifiable at runtime
This commit is contained in:
parent
af62143327
commit
c48e835d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ static inline void server_destroy_descriptors(struct server *server)
|
|||
}
|
||||
}
|
||||
|
||||
static inline const struct descriptor *server_find_descriptor(struct server *server,
|
||||
static inline struct descriptor *server_find_descriptor(struct server *server,
|
||||
uint16_t type, uint16_t index)
|
||||
{
|
||||
struct descriptor *d;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue