summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungbae Shin <seungbae.shin@samsung.com>2013-06-27 19:18:04 +0900
committerSeungbae Shin <seungbae.shin@samsung.com>2013-06-27 19:18:04 +0900
commit5cdf1c1e6bde80e1c5e56af227f457d75eba9f35 (patch)
tree2224d8a0bdb0fb4229f4dfd6bc2ff2293221b53a
parentf5b966a9ef6c8c7613e14ce155d1fd8871d1229d (diff)
downloadlibmm-common-5cdf1c1e6bde80e1c5e56af227f457d75eba9f35.tar.gz
libmm-common-5cdf1c1e6bde80e1c5e56af227f457d75eba9f35.tar.bz2
libmm-common-5cdf1c1e6bde80e1c5e56af227f457d75eba9f35.zip
Add voip volume type
-rw-r--r--include/mm_types.h1
-rw-r--r--packaging/libmm-common.spec2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/mm_types.h b/include/mm_types.h
index 37361b7..44272fd 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 f7bf024..083ae82 100644
--- a/packaging/libmm-common.spec
+++ b/packaging/libmm-common.spec
@@ -1,6 +1,6 @@
Name: libmm-common
Version: 0.2.53
-Release: 2
+Release: 3
Summary: Multimedia Framework Common Library
Group: Multimedia Framework/Libraries
License: Apache-2.0