hal-tdm-types: Remove unused capability and define 11/315711/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Tue, 3 Dec 2024 10:36:06 +0000 (19:36 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 4 Dec 2024 08:02:55 +0000 (17:02 +0900)
Change-Id: Ic19ca155fc6a656fd4a11f1dbbcba90647580a5a

include/hal-tdm-types.h

index 5afef123282f2d2b3869d7e21715daddc17819e2..ccd6e8dc9afb578021a838957a0c53f7145001c6 100644 (file)
@@ -60,7 +60,6 @@ extern "C" {
 
 #define HAL_TDM_NAME_LEN        64
 #define HAL_TDM_PATH_LEN        1024
-#define HAL_TDM_VBLANK_DEFAULT_NAME   "Unknown"
 #define HAL_TDM_EVENT_SOURCE_MAX 3
 
 /**
@@ -135,7 +134,6 @@ typedef enum {
  */
 typedef enum {
        HAL_TDM_CAPTURE_CAPABILITY_OUTPUT    = (1 << 0), /**< The capture device supports to dump a output */
-       HAL_TDM_CAPTURE_CAPABILITY_LAYER     = (1 << 1), /**< The capture device supports to dump a layer */
        HAL_TDM_CAPTURE_CAPABILITY_ONESHOT   = (1 << 4), /**< The capture device supports oneshot dump */
        HAL_TDM_CAPTURE_CAPABILITY_STREAM    = (1 << 5), /**< The capture device supports streamp sump */
 } hal_tdm_capture_capability;