[Sound] Add new error type : MM_ERROR_SOUND_SERVER_DISCONNECTED 30/217530/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191113.014121 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115555 submit/tizen_5.5/20191112.075638 submit/tizen_5.5_wearable_hotfix/20201026.184303
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 7 Nov 2019 05:43:58 +0000 (14:43 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 12 Nov 2019 08:09:44 +0000 (17:09 +0900)
[Version] 0.2.120
[Profile] Common
[Issue Type] Update

Change-Id: Ie325c81a60448dac6218c9b08a0dfd227c71f6aa
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
include/mm_error.h
packaging/libmm-common.spec

index 57a016d9aef1e9a567bfe1992906b811e5c76a34..6bdf05f3648d890a16ac141caa6fb58baa75ea3b 100644 (file)
 #define MM_ERROR_SOUND_DEVICE_INVALID_MODE             (MM_ERROR_SOUND_CLASS | 0x45)           /**< Invalid mode */
 #define MM_ERROR_SOUND_DEVICE_INVALID_VOLUME           (MM_ERROR_SOUND_CLASS | 0x46)           /**< Invalid volume */
 
+#define MM_ERROR_SOUND_SERVER_DISCONNECTED             (MM_ERROR_SOUND_CLASS | 0x51)           /**< Server is disconnected */
+
 #define MM_ERROR_SOUND_UNSUPPORTED_FORMAT              MM_ERROR_SOUND_UNSUPPORTED_MEDIA_TYPE   /**< Not supported media format */
 
 
index f3c9c744e8bf03e567d5afb1ec6797d7859d3356..3560874a90ede8eae235517fabc907501356175f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libmm-common
 Summary:    Multimedia Framework Common Lib
-Version:    0.2.119
+Version:    0.2.120
 Release:    0
 Group:      Multimedia/Libraries
 License:    Apache-2.0