Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 791edca5 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: dmx.h: get rid of unused DMX_KERNEL_CLIENT



There's a flag defined for Digital TV demux that is not used
anywhere, called DMX_KERNEL_CLIENT. Get rid of it.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 7d661edd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@ replace symbol DMX_SOURCE_DVR3 :c:type:`dmx_source`
replace define DMX_CHECK_CRC :c:type:`dmx_sct_filter_params`
replace define DMX_ONESHOT :c:type:`dmx_sct_filter_params`
replace define DMX_IMMEDIATE_START :c:type:`dmx_sct_filter_params`
replace define DMX_KERNEL_CLIENT :c:type:`dmx_sct_filter_params`

# some typedefs should point to struct/enums
replace typedef dmx_caps_t :c:type:`dmx_caps`
+0 −1
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@ struct dmx_sct_filter_params
    #define DMX_CHECK_CRC       1
    #define DMX_ONESHOT         2
    #define DMX_IMMEDIATE_START 4
    #define DMX_KERNEL_CLIENT   0x8000
    };


+0 −1
Original line number Diff line number Diff line
@@ -103,7 +103,6 @@ struct dmx_sct_filter_params
#define DMX_CHECK_CRC       1
#define DMX_ONESHOT         2
#define DMX_IMMEDIATE_START 4
#define DMX_KERNEL_CLIENT   0x8000
};