From 9b9951a75d5238f1a8958e4e4909c0da9335c99d Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Tue, 21 Jul 2015 19:09:53 +0900 Subject: [PATCH] Skip waiting asm ready vconf key due to the vconf issue temporarily [Version] Release 0.9.242 [Profile] Common [Issue Type] Temporary measures Change-Id: I747606d52f370c84d8de9992972efcd635580441 --- packaging/libmm-sound.spec | 2 +- server/mm_sound_server.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/libmm-sound.spec b/packaging/libmm-sound.spec index d1ddef8..668832b 100644 --- a/packaging/libmm-sound.spec +++ b/packaging/libmm-sound.spec @@ -1,6 +1,6 @@ Name: libmm-sound Summary: MMSound Package contains client lib and sound_server binary -Version: 0.9.241 +Version: 0.9.242 Release: 0 Group: System/Libraries License: Apache-2.0 diff --git a/server/mm_sound_server.c b/server/mm_sound_server.c index b0c1a65..00a0161 100644 --- a/server/mm_sound_server.c +++ b/server/mm_sound_server.c @@ -258,9 +258,10 @@ int main(int argc, char **argv) // pulse_handle = MMSoundMgrPulseInit(_pa_disconnect_cb, g_mainloop); MMSoundMgrASMInit(); /* Wait for ASM Ready */ +#if 0 /* comment wait vconf key logic, it'll be removed after figuring it out */ __wait_for_vconfkey_ready(ASM_READY_KEY); debug_warning("sound_server [%d] asm ready...now, initialize devices!!!\n", getpid()); - +#endif // _mm_sound_mgr_device_init(); // MMSoundMgrHeadsetInit(); // MMSoundMgrDockInit(); -- 2.7.4