[Version] Release 0.1.4
[Profile] Common
[Issue Type] Fix bugs
Change-Id: I2efccdce617db2417cf026998fc070226713efa0
Signed-off-by: inhyeok <i_bc.kim@samsung.com>
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 )