Change sound stream api 79/106279/1 accepted/tizen/common/20161222.131358 accepted/tizen/ivi/20161223.095845 accepted/tizen/mobile/20161223.095752 accepted/tizen/tv/20161223.095802 accepted/tizen/wearable/20161223.095828 submit/tizen/20161222.083727
authorKwangyoun Kim <ky85.kim@samsung.com>
Wed, 21 Dec 2016 05:07:17 +0000 (14:07 +0900)
committerKwangyoun Kim <ky85.kim@samsung.com>
Wed, 21 Dec 2016 07:59:54 +0000 (23:59 -0800)
Change-Id: I1ab134920d9f0951913965bc214a1e242e16fc95
(cherry picked from commit c52603160fb03a60e4edbf35eb1e91c73d07af57)

server/sttd_recorder.c [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 5172110..6b19499
@@ -513,7 +513,7 @@ int sttd_recorder_start(int uid)
        if (SOUND_MANAGER_ERROR_NONE != ret) {
                SLOG(LOG_ERROR, TAG_STTD, "[Recorder ERROR] Fail to acquire focus : %d", ret);
        } else {
-               ret = audio_in_set_stream_info(g_recorder->audio_h, g_stream_info_h);
+               ret = audio_in_set_sound_stream_info(g_recorder->audio_h, g_stream_info_h);
                if (AUDIO_IO_ERROR_NONE != ret) {
                        SLOG(LOG_ERROR, TAG_STTD, "[Recorder ERROR] Fail to set stream info");
                }