summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r--audio/a2dp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index e4f65f3e..f0ada567 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -1163,8 +1163,8 @@ unsigned int a2dp_source_suspend(struct avdtp *session, struct a2dp_sep *sep,
g_idle_add((GSourceFunc) finalize_suspend, setup);
break;
case AVDTP_STATE_STREAMING:
- if (avdtp_start(session, sep->stream) < 0) {
- error("avdtp_start failed");
+ if (avdtp_suspend(session, sep->stream) < 0) {
+ error("avdtp_suspend failed");
goto failed;
}
break;