From: Changyeon Lee Date: Tue, 3 Dec 2024 10:36:06 +0000 (+0900) Subject: hal-tdm-types: Remove unused capability and define X-Git-Tag: accepted/tizen/unified/20241209.090225~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad918fd7fc34bff2e00b90b75c969b1f9ff3681e;p=platform%2Fhal%2Fapi%2Ftdm.git hal-tdm-types: Remove unused capability and define Change-Id: Ic19ca155fc6a656fd4a11f1dbbcba90647580a5a --- diff --git a/include/hal-tdm-types.h b/include/hal-tdm-types.h index 5afef12..ccd6e8d 100644 --- a/include/hal-tdm-types.h +++ b/include/hal-tdm-types.h @@ -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;