summaryrefslogtreecommitdiff
path: root/android/tester-a2dp.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/tester-a2dp.c')
-rw-r--r--android/tester-a2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/tester-a2dp.c b/android/tester-a2dp.c
index dcb7f79d6..837477e46 100644
--- a/android/tester-a2dp.c
+++ b/android/tester-a2dp.c
@@ -120,7 +120,7 @@ static void audio_resume_action(void)
AUDIO_DEVICE_OUT_ALL_A2DP,
AUDIO_OUTPUT_FLAG_NONE,
NULL,
- &data->if_stream);
+ &data->if_stream, NULL);
if (err < 0) {
step->action_status = BT_STATUS_FAIL;
goto done;