Revert "[Tizen] Fix feedback sound API"
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 22 Jun 2020 09:59:08 +0000 (18:59 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 22 Jun 2020 09:59:08 +0000 (18:59 +0900)
This reverts commit 819dd4befba3693b7b340427eae93d3f31a08377.

plugins/dali-feedback.cpp

index 68dcc04..c53935f 100644 (file)
@@ -82,7 +82,7 @@ int DaliFeedback::PlaySound( const std::string& fileName )
 
 void DaliFeedback::StopSound( int handle )
 {
-  int errorCode = mm_sound_stop_keysound( NULL );
+  int errorCode = mm_sound_stop_sound( handle );
   if( errorCode < 0 )
   {
     DEBUG_PRINTF( "StopSound() handle = %d failed with error code = %d\n", handle, errorCode);