Modify typo 03/46103/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150817.024405 accepted/tizen/tv/20150817.024418 accepted/tizen/wearable/20150817.024429 submit/tizen/20150817.003214 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorinhyeok <i_bc.kim@samsung.com>
Mon, 17 Aug 2015 00:23:24 +0000 (09:23 +0900)
committerinhyeok <i_bc.kim@samsung.com>
Mon, 17 Aug 2015 00:26:59 +0000 (09:26 +0900)
[Version] Release 0.1.4
[Profile] Common
[Issue Type] Fix bugs

Change-Id: I2efccdce617db2417cf026998fc070226713efa0
Signed-off-by: inhyeok <i_bc.kim@samsung.com>
src/tone_player.c

index ccbbfb7..99d3bd6 100755 (executable)
@@ -81,7 +81,7 @@ int tone_player_start_with_stream_info(tone_type_e tone, sound_stream_info_h str
 
        ret = sound_manager_is_available_stream_information(stream_info, NATIVE_API_TONE_PLAYER, &result);
        if ( !result )
-               return __convert_wav_player_error_code(__func__, TONE_PLAYER_ERROR_NOT_SUPPORTED_TYPE);
+               return __convert_tone_player_error_code(__func__, TONE_PLAYER_ERROR_NOT_SUPPORTED_TYPE);
 
        ret = sound_manager_get_type_from_stream_information(stream_info, &stream_type);
        if( ret )