projects
/
platform
/
core
/
uifw
/
dali-adaptor-legacy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b3e92
)
Fix feedback sound API
76/236576/1
author
Heeyong Song
<heeyong.song@samsung.com>
Thu, 18 Jun 2020 06:42:22 +0000
(15:42 +0900)
committer
Heeyong Song
<heeyong.song@samsung.com>
Thu, 18 Jun 2020 07:18:02 +0000
(16:18 +0900)
mm_sound_play_keysound() should be use with mm_sound_stop_keysound().
Change-Id: I4197a848508e12f880b30bded19d8c918b1af7bb
plugins/dali-feedback.cpp
patch
|
blob
|
history
diff --git
a/plugins/dali-feedback.cpp
b/plugins/dali-feedback.cpp
index c53935f57c9ed688b3e56da4d827a3ff980b6395..68dcc0485484070796bdd7d912107a074731dbc0 100644
(file)
--- a/
plugins/dali-feedback.cpp
+++ b/
plugins/dali-feedback.cpp
@@
-82,7
+82,7
@@
int DaliFeedback::PlaySound( const std::string& fileName )
void DaliFeedback::StopSound( int handle )
{
- int errorCode = mm_sound_stop_
sound( handle
);
+ int errorCode = mm_sound_stop_
keysound( NULL
);
if( errorCode < 0 )
{
DEBUG_PRINTF( "StopSound() handle = %d failed with error code = %d\n", handle, errorCode);