From f8726493b148a0cb65d8db8a0c812b50db794fee Mon Sep 17 00:00:00 2001 From: internal <> Date: Wed, 6 Mar 2024 17:07:08 +0100 Subject: [PATCH] adapt defines to make KERNEL_DVB_CORE (compile against kernel dvb-core) work again --- include/dd_compat.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/include/dd_compat.h b/include/dd_compat.h index d1f019d..c967cec 100644 --- a/include/dd_compat.h +++ b/include/dd_compat.h @@ -25,15 +25,7 @@ #define DVB_DEVICE_NS 7 #define DVB_DEVICE_NSD 8 -#define SYS_DVBC2 19 -#define ROLLOFF_15 4 -#define ROLLOFF_10 5 -#define ROLLOFF_5 6 - -#define FEC_1_4 13 -#define FEC_1_3 14 - -#define APSK_64 14 -#define APSK_128 15 -#define APSK_256 16 +#define APSK_128 21 +#define APSK_256 22 +#define APSK_256_L 23 #endif