summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/unix.c')
-rw-r--r--audio/unix.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/unix.c b/audio/unix.c
index d3e7485c..31e1dcb2 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -364,9 +364,10 @@ static void a2dp_discovery_complete(struct avdtp *session, GSList *seps,
codec_cap = (void *) cap->data;
- if (codec_cap->media_codec_type == A2DP_CODEC_SBC && !sbc_cap)
+ if (codec_cap->media_codec_type == A2DP_CODEC_SBC && !sbc_cap) {
sbc_cap = (void *) codec_cap;
-
+ break;
+ }
}
/* endianess prevent direct cast */