Merge branch 'tizen_3.0' into tizen 32/119332/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/4.0/unified/20170816.014024 accepted/tizen/4.0/unified/20170828.224050 accepted/tizen/common/20170329.172633 accepted/tizen/ivi/20170329.222750 accepted/tizen/mobile/20170329.222636 accepted/tizen/tv/20170329.222702 accepted/tizen/unified/20170329.222809 accepted/tizen/wearable/20170329.222726 submit/tizen/20170329.121135 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.100002 tizen_4.0.IoT.p1_release tizen_4.0.m1_release
authorJeongho Mok <jho.mok@samsung.com>
Thu, 16 Mar 2017 10:25:27 +0000 (19:25 +0900)
committerJeongho Mok <jho.mok@samsung.com>
Thu, 16 Mar 2017 10:25:27 +0000 (19:25 +0900)
Change-Id: I0ce0e94ee47a45ee5c8c805893fa588e655ff00f

src/tone_player.c

index f1c21efe4862cb2c82ad2c1949bf699a7d969452..75232c12a663a5becb8efd3be112d61a6bfba659 100755 (executable)
@@ -108,6 +108,13 @@ int tone_player_start_new(tone_type_e tone, sound_stream_info_h stream_info, int
        return __convert_tone_player_error_code(__func__, ret);
 }
 
+/* Note : Will be removed after migration to tone_player_start_new */
+int tone_player_start_with_stream_info(tone_type_e tone, sound_stream_info_h stream_info, int duration, int *id)
+{
+       return tone_player_start_new(tone, stream_info, duration, id);
+}
+
+
 int tone_player_stop(int id)
 {
        return __convert_tone_player_error_code(__func__, mm_sound_stop_sound(id));