Revise error enumeration 71/56471/1 accepted/tizen_mobile accepted/tizen_wearable accepted/tizen/ivi/20160218.022902 accepted/tizen/mobile/20160111.230312 accepted/tizen/tv/20160111.230346 accepted/tizen/wearable/20160111.230403 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>
Fri, 8 Jan 2016 09:15:06 +0000 (18:15 +0900)
[Version] 0.2.13
[Profile] Mobile
[Issue Type] Revise

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

index 1d52f14..d1a745a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       audio-hal-max98090
 Summary:    TIZEN Audio HAL for MAX98090
-Version:    0.2.12
+Version:    0.2.13
 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 {