milan-avb: stream: track descriptor index in struct stream

This commit is contained in:
hackerman-kl 2026-04-25 07:31:15 +02:00 committed by Wim Taymans
parent e8e7f7a9fb
commit ca039e5e25

View file

@ -24,6 +24,7 @@ struct stream {
struct server *server;
uint16_t direction;
uint16_t index;
uint64_t id;
struct pw_stream *stream;