Adds mm_sound_tone_stop for tone-player 41/230641/7 accepted/tizen/unified/20200417.152650 submit/tizen/20200417.044433
authorJaechul Lee <jcsing.lee@samsung.com>
Mon, 13 Apr 2020 06:34:20 +0000 (15:34 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Fri, 17 Apr 2020 02:19:09 +0000 (11:19 +0900)
commit96bf5d9f5cf3c93709db2bf54abfe753404442a8
tree56c6904cee2e97ced2a004fd034defc9824dfc59
parent681ccc604bad8c06ef2c20fda660031532af74e2
Adds mm_sound_tone_stop for tone-player

Tone-player and wav-player use mm_sound_stop API for stopping sound. So,
sound-play module in pulseadio received tone-player stop message through
dbus. Another problem was a stream handle that must have under
CLIENT_HANDLE_MAX(256) value. The handle from pulseaudio are increased
every creation.

[Version] 0.12.72
[Issue Type] Bug

Change-Id: I355aaf592413ec94730c0b206ea8d50a190a7281
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
common/mm_sound_dbus.c
include/mm_sound_intf.h
mm_sound.c
mm_sound_client.c
mm_sound_proxy.c
packaging/libmm-sound.spec
server/mm_sound_mgr_ipc_dbus.c