Change keysound IPC (dbus -> pipe) 38/86838/1
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 5 Sep 2016 07:03:39 +0000 (16:03 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 5 Sep 2016 07:05:00 +0000 (16:05 +0900)
[Version] 0.10.48
[Profile] Common
[Issue Type] Performance

Change-Id: Ic285d8a3d7a681947d2499dff6e5af442f25da11
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
mm_sound_keysound.c
packaging/libmm-sound.spec

index b2e014b..b2496b3 100644 (file)
@@ -113,7 +113,7 @@ static const char* convert_volume_gain_type_to_string(int volume_gain_type)
 EXPORT_API
 int mm_sound_play_keysound(const char *filename, int volume_config)
 {
-       return _mm_sound_play_keysound(filename, volume_config, IPC_TYPE_DBUS);
+       return _mm_sound_play_keysound(filename, volume_config, IPC_TYPE_PIPE);
 }
 
 static int _mm_sound_play_keysound(const char *filename, int volume_config, ipc_type_t ipc_type)
index 577652d..72cc2de 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-sound
 Summary:    MMSound Package contains client lib and sound_server binary
-Version:    0.10.47
+Version:    0.10.48
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0