From 09e0d079848685009c03258f5f1953882cbd77d0 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Mon, 25 Jun 2018 16:12:17 +0900 Subject: [PATCH] [0.2.112] change time msg type - change time msg type to int64_t - remove unused enum : MMSoftwareVolumeTableType Change-Id: I9b069d908611ac5c849d1076f62fb55da5184cb3 --- include/mm_message.h | 4 ++-- include/mm_types.h | 18 ------------------ packaging/libmm-common.spec | 2 +- 3 files changed, 3 insertions(+), 21 deletions(-) diff --git a/include/mm_message.h b/include/mm_message.h index c4d05a5..f33c136 100644 --- a/include/mm_message.h +++ b/include/mm_message.h @@ -223,8 +223,8 @@ typedef struct { * time. */ struct { - unsigned int elapsed; /**< Elapsed time */ - unsigned int total; /**< Total time */ + int64_t elapsed; /**< Elapsed time */ + int64_t total; /**< Total time */ } time; /** * connection. diff --git a/include/mm_types.h b/include/mm_types.h index ad36a02..50dd77b 100755 --- a/include/mm_types.h +++ b/include/mm_types.h @@ -165,24 +165,6 @@ enum MMVolumeChannelType { }; /* - * Enumerations of SW Volume Table Type. - */ -enum MMSoftwareVolumeTableType { - MM_SOUND_VOLUME_TYPE_SYSTEM, /**< Volume table for System */ - MM_SOUND_VOLUME_TYPE_NOTIFICATION, /**< Volume table for Notification */ - MM_SOUND_VOLUME_TYPE_ALARM, /**< Volume table for Alarm */ - MM_SOUND_VOLUME_TYPE_RINGTONE, /**< Volume table for Ringtone */ - MM_SOUND_VOLUME_TYPE_MEDIA, /**< Volume table for Multimedia */ - MM_SOUND_VOLUME_TYPE_CALL, /**< Volume table for Call */ - MM_SOUND_VOLUME_TYPE_VOIP, /**< Volume table for VOIP */ - MM_SOUND_VOLUME_TYPE_VOICE, /**< Volume table for VOICE */ - MM_SOUND_VOLUME_TYPE_SVOICE, /**< Volume table for SVOICE */ - MM_SOUND_VOLUME_TYPE_EMERGENCY, /**< Volume table for Emergency (FIXED) */ - MM_SOUND_VOLUME_TYPE_NUM, - MM_SOUND_VOLUME_TABLE_NUM = MM_SOUND_VOLUME_TYPE_NUM, -}; - -/* * Enumerations of SW Volume Gain. */ enum MMSoftwareVolumeGainType { diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 9ac8a5b..ebf241a 100644 --- a/packaging/libmm-common.spec +++ b/packaging/libmm-common.spec @@ -1,6 +1,6 @@ Name: libmm-common Summary: Multimedia Framework Common Lib -Version: 0.2.111 +Version: 0.2.112 Release: 0 Group: Multimedia/Libraries License: Apache-2.0 -- 2.7.4