device-manager : remove not using enumeration 84/52584/5 accepted/tizen/mobile/20151209.132743 accepted/tizen/tv/20151209.132801 accepted/tizen/wearable/20151209.132838 submit/tizen/20151209.053933
authorMok Jeongho <jho.mok@samsung.com>
Tue, 24 Nov 2015 12:51:12 +0000 (21:51 +0900)
committerMok Jeongho <jho.mok@samsung.com>
Wed, 9 Dec 2015 00:20:34 +0000 (09:20 +0900)
[Version] 5.0.22
[Profile] Common
[Issue Type] Code clean up

Change-Id: Ibcca51b575f8cfcdc313789a8004f157d6581f78

packaging/pulseaudio-modules-tizen.spec
src/device-manager.h

index 0f5f8b74ac88bedf230cbc41dcb2130209be7fba..4e68352e3a30e7133a7ea13f8be45eadd7872590 100644 (file)
@@ -1,6 +1,6 @@
 Name:             pulseaudio-modules-tizen
 Summary:          Pulseaudio modules for Tizen
-Version:          5.0.21
+Version:          5.0.22
 Release:          0
 Group:            Multimedia/Audio
 License:          LGPL-2.1+
index 303a0818a4c0267ed622a54732cd51e103dcffc2..0e49f688ec5b7a4ec7e3992cbd978e16432fce67 100644 (file)
@@ -29,8 +29,7 @@ typedef enum dm_device_direction_type {
 
 typedef enum dm_device_changed_into_type {
     DM_DEVICE_CHANGED_INFO_STATE,
-    DM_DEVICE_CHANGED_INFO_IO_DIRECTION,
-    DM_DEVICE_CHANGED_INFO_SUBTYPE,
+    DM_DEVICE_CHANGED_INFO_IO_DIRECTION
 } dm_device_changed_info_t;
 
 typedef enum dm_device_state_type {