dvb: add FEC_1_4 and FEC_1_3 define [1/1]

PD#SWPL-176015

Problem:
add FEC_1_4 and FEC_1_3 define.

Solution:
add FEC_1_4 and FEC_1_3 define.

Verify:
T5M/S4D.

Change-Id: I0da28d3ff7f670427c0d864da0c59578eb2d7056
Signed-off-by: nengwen.chen <nengwen.chen@amlogic.com>
This commit is contained in:
nengwen.chen
2024-07-05 20:20:27 +08:00
committed by Dongjin Kim
parent 5284cad8d7
commit 1c06345d4a

View File

@@ -20,6 +20,9 @@
#define FE_DTMB (FE_ANALOG + 1)
#define FE_ISDBT (FE_DTMB + 1)
#define FEC_1_4 (FEC_2_5 + 1)
#define FEC_1_3 (FEC_1_4 + 1)
struct fe_blind_scan_parameters {
/* minimum tuner frequency in kHz */
__u32 min_frequency;