Change player api name according to ACR-857 26/105926/1 accepted/tizen/3.0/common/20161221.181023 accepted/tizen/3.0/ivi/20161221.010313 accepted/tizen/3.0/mobile/20161221.010453 accepted/tizen/3.0/tv/20161221.010246 accepted/tizen/3.0/wearable/20161221.010350 submit/tizen_3.0/20161220.052841
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 20 Dec 2016 05:12:42 +0000 (14:12 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 20 Dec 2016 05:13:01 +0000 (14:13 +0900)
Change-Id: I75d40133a22c73e1adf287beeecc008a672eb165

src/bt-syspopup-m.c

index 8c99f6b13759601c7b2b3b33da8e3cf2901d6b51..216e17abcee31a14f6fde562a9eaa68fb2cfca8b 100644 (file)
@@ -391,16 +391,14 @@ static int __bluetooth_notify_event(struct bt_popup_appdata *ad)
        }
 
        if (*stream_info != NULL) {
-               ret = player_set_audio_policy_info(ad->player, *stream_info);
+               ret = player_set_sound_stream_info(ad->player, *stream_info);
                if (ret != PLAYER_ERROR_NONE) {
-                       BT_ERR("player_set_audio_policy_info failed : %d", ret);
+                       BT_ERR("player_set_sound_stream_info failed : %d", ret);
                        __bluetooth_player_free(ad->player);
                        return ret;
                }
        }
 
-
-
        ret = player_prepare(ad->player);
        if (ret != PLAYER_ERROR_NONE) {
                BT_ERR("realizing the player handle failed[%d]", ret);