Revise error enumeration 15/56515/1 accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/ivi/20160218.022938 accepted/tizen/mobile/20160111.230309 accepted/tizen/tv/20160111.230344 accepted/tizen/wearable/20160111.230401 submit/tizen/20160111.114534 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 8 Jan 2016 09:12:38 +0000 (18:12 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Sun, 10 Jan 2016 22:51:33 +0000 (07:51 +0900)
[Version] 0.2.16
[Profile] TV
[Issue Type] Revise

Change-Id: I5c2f1961bcf70b7b45384e0c9d5fefc47f603891
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/audio-hal-hawkp.spec
tizen-audio.h

index 3262f11..b9248a1 100644 (file)
@@ -1,6 +1,6 @@
 Name:       audio-hal-hawkp
 Summary:    TIZEN Audio HAL for Hawkp
-Version:    0.1.5
+Version:    0.1.6
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 8dd3b44..a0427fc 100644 (file)
@@ -30,7 +30,10 @@ typedef enum audio_return {
     AUDIO_ERR_RESOURCE                  = (int32_t)0x80001001,
     AUDIO_ERR_PARAMETER                 = (int32_t)0x80001002,
     AUDIO_ERR_IOCTL                     = (int32_t)0x80001003,
-    AUDIO_ERR_NOT_IMPLEMENTED           = (int32_t)0x80001004,
+    AUDIO_ERR_INVALID_STATE             = (int32_t)0x80001004,
+    AUDIO_ERR_INTERNAL                  = (int32_t)0x80001005,
+
+    AUDIO_ERR_NOT_IMPLEMENTED           = (int32_t)0x80001100,
 } audio_return_t ;
 
 typedef enum audio_direction {