Fix for new automake and 64 bit compatibility.
[platform/core/multimedia/avsystem.git] / avsys-audio-path.c
index 7b37ae2..4a91364 100644 (file)
@@ -325,12 +325,6 @@ int avsys_audio_path_ex_init(void)
        int err = AVSYS_STATE_SUCCESS;
        avsys_audio_conf conf = { 0, };
 
-       /* Check root user */
-       err = avsys_check_root_privilege();
-       if (AVSYS_FAIL(err)) {
-               return err;
-       }
-
        temp = &control;
        avsys_assert(AVSYS_SUCCESS(avsys_audio_create_sync(AVSYS_AUDIO_SYNC_IDEN_PATH)));
        avsys_assert(AVSYS_SUCCESS(avsys_audio_create_shm(AVSYS_AUDIO_SHM_IDEN_PATH)));
@@ -425,12 +419,6 @@ int avsys_audio_path_ex_reset(int forced)
        int backup_debug = 0;
        avsys_audio_conf conf = { 0, };
 
-       /* Check root user */
-       err = avsys_check_root_privilege();
-       if (AVSYS_FAIL(err)) {
-               return err;
-       }
-
        temp = &control;
        if (AVSYS_FAIL(avsys_audio_get_shm(AVSYS_AUDIO_SHM_IDEN_PATH, (void **)temp))) {
                avsys_error_r(AVAUDIO, "avsys_audio_get_shm() failed in %s\n", __func__);