Diff between f141b27bcb526d1cd95d3301775808c9b011dcfe and c42702cfc48e74d0d19a3d2f08049d2b5d0c85f4
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/bap.c | +1 | -0 | modified |
Full Patch
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 485256e..8e4f4b3 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -2853,6 +2853,7 @@ static void iso_do_big_sync(GIOChannel *io, void *user_data)
iso_bc_addr.bc_num_bis = 1;
/* Set the user requested QOS */
+ memset(&qos, 0, sizeof(qos));
qos.bcast.big = setup->qos.bcast.big;
qos.bcast.bis = setup->qos.bcast.bis;
qos.bcast.sync_factor = setup->qos.bcast.sync_factor;