Merge branch 'tizen_3.0' into tizen 19/112719/1 accepted/tizen/common/20170203.161623 accepted/tizen/ivi/20170203.023107 accepted/tizen/mobile/20170203.023020 accepted/tizen/tv/20170203.023037 accepted/tizen/wearable/20170203.023054 submit/tizen/20170202.111238
authorSeungbae Shin <seungbae.shin@samsung.com>
Thu, 2 Feb 2017 09:55:57 +0000 (18:55 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Thu, 2 Feb 2017 09:55:57 +0000 (18:55 +0900)
Change-Id: I572bf70e1d33553edfff0cf02716cefc304782f1

1  2 
include/mm_sound_common.h
packaging/libmm-sound.spec

  #define VCONF_KEY_VOLUME_TYPE_ANDROID         VCONF_KEY_VOLUME_PREFIX"/fixed"
  
  #ifndef _TIZEN_PUBLIC_
 -#ifdef TIZEN_MICRO
  #define VCONF_KEY_VR_LEFTHAND_ENABLED         VCONFKEY_SETAPPL_PERFERED_ARM_LEFT_BOOL
  #endif
 -#endif
  
  #define PA_READY "/tmp/.pa_ready"
+ #ifdef USE_LWIPC
  #define SOUND_SERVER_READY "/tmp/.sound_server_ready"
+ #endif
+ #define FOCUS_SERVER_READY "/tmp/.focus_server_ready"
  
  #define MMSOUND_ENTER_CRITICAL_SECTION(x_mutex) \
  switch ( pthread_mutex_lock( x_mutex ) ) \
Simple merge