Skip waiting asm ready vconf key due to the vconf issue temporarily 90/44390/1 accepted/tizen/mobile/20150722.000916 accepted/tizen/tv/20150722.001013 accepted/tizen/wearable/20150722.001114 submit/tizen/20150721.102212
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 21 Jul 2015 10:09:53 +0000 (19:09 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 21 Jul 2015 10:09:53 +0000 (19:09 +0900)
[Version] Release 0.9.242
[Profile] Common
[Issue Type] Temporary measures

Change-Id: I747606d52f370c84d8de9992972efcd635580441

packaging/libmm-sound.spec
server/mm_sound_server.c

index d1ddef8..668832b 100644 (file)
@@ -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
index b0c1a65..00a0161 100644 (file)
@@ -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();