From 948b91251d0dc0c7583890aa45a9a3ecf30675b2 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 15 Oct 2015 14:16:14 +0200 Subject: [PATCH] Use voice playback soundcard for bb10 liblinphone tester --- tester/tester.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tester/tester.c b/tester/tester.c index 59b914f0e..79c576ec6 100644 --- a/tester/tester.c +++ b/tester/tester.c @@ -283,6 +283,8 @@ LinphoneCoreManager* linphone_core_manager_init(const char* rc_file) { #if TARGET_OS_IPHONE linphone_core_set_ringer_device( mgr->lc, "AQ: Audio Queue Device"); linphone_core_set_ringback(mgr->lc, NULL); +#elif __QNX__ + linphone_core_set_playback_device(mgr->lc, "QSA: voice"); #endif #ifdef VIDEO_ENABLED