summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mm_error.h2
-rw-r--r--include/mm_types.h1
-rw-r--r--packaging/libmm-common.spec4
3 files changed, 5 insertions, 2 deletions
diff --git a/include/mm_error.h b/include/mm_error.h
index 25a6777..775b260 100644
--- a/include/mm_error.h
+++ b/include/mm_error.h
@@ -340,6 +340,8 @@
#define MM_ERROR_POLICY_INTERNAL (MM_ERROR_POLICY_CLASS | 0x03) /**< Internal errors */
#define MM_ERROR_POLICY_DUPLICATED (MM_ERROR_POLICY_CLASS | 0x04) /**< Duplicated Policy Instance */
#define MM_ERROR_POLICY_RESTRICTED (MM_ERROR_POLICY_CLASS | 0x05) /**< Restricted by security system policy */
+#define MM_ERROR_POLICY_BLOCKED_BY_CALL (MM_ERROR_POLICY_CLASS | 0x06) /**< Blocked by Audio system policy - CALL */
+#define MM_ERROR_POLICY_BLOCKED_BY_ALARM (MM_ERROR_POLICY_CLASS | 0x07) /**< Blocked by Audio system policy - ALARM */
/**
@}
*/
diff --git a/include/mm_types.h b/include/mm_types.h
index c08f84a..3bc1057 100644
--- a/include/mm_types.h
+++ b/include/mm_types.h
@@ -165,6 +165,7 @@ enum MMSoftwareVolumeTableType {
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_EMERGENCY, /**< Volume table for Emergency (FIXED) */
MM_SOUND_VOLUME_TYPE_NUM,
MM_SOUND_VOLUME_TABLE_NUM = MM_SOUND_VOLUME_TYPE_NUM,
diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec
index f63c2ed..f467234 100644
--- a/packaging/libmm-common.spec
+++ b/packaging/libmm-common.spec
@@ -1,6 +1,6 @@
Name: libmm-common
-Version: 0.2.53
-Release: 2
+Version: 0.2.54
+Release: 0
Summary: Multimedia Framework Common Library
Group: Multimedia Framework/Libraries
License: Apache-2.0