From a6b6e3be2918797ae76f995a1f24ab873868e099 Mon Sep 17 00:00:00 2001 From: Ralph Metzler Date: Tue, 16 Jan 2018 23:51:38 +0100 Subject: [PATCH] add DVB-S2X roll-offs --- include/linux/dvb/frontend.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index f41b9ed..c9d2e14 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -586,6 +586,9 @@ enum fe_rolloff { ROLLOFF_20, ROLLOFF_25, ROLLOFF_AUTO, + ROLLOFF_15, + ROLLOFF_10, + ROLLOFF_5, }; /**