mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-28 01:30:05 +01:00
module-avb: descriptor may be modified
This commit is contained in:
parent
8593235571
commit
a88b4bfecd
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ struct server {
|
|||
|
||||
#include "stream.h"
|
||||
|
||||
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
Reference in a new issue