From: Sangchul Lee Date: Tue, 21 Jul 2015 10:09:53 +0000 (+0900) Subject: Skip waiting asm ready vconf key due to the vconf issue temporarily X-Git-Tag: accepted/tizen/mobile/20150722.000916^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b9951a75d5238f1a8958e4e4909c0da9335c99d;p=platform%2Fcore%2Fmultimedia%2Flibmm-sound.git 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 --- 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();