media: dvb-frontends/m88rs6060: Fixed enum definition.

This commit is contained in:
CrazyCat
2025-03-25 18:05:09 +02:00
parent 82569f482a
commit aadd52af8e
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ static int dvb_frontend_debug;
static int dvb_shutdown_timeout;
static int dvb_force_auto_inversion;
static int dvb_override_tune_delay;
static int dvb_powerdown_on_sleep;
static int dvb_powerdown_on_sleep = 1;
static int dvb_mfe_wait_time = 5;
module_param_named(frontend_debug, dvb_frontend_debug, int, 0644);

View File

@@ -56,7 +56,7 @@ enum MT_FE_ROLL_OFF {
MtFeRollOff_Undef =
0, MtFeRollOff_0p35, MtFeRollOff_0p25, MtFeRollOff_0p20,
MtFeRollOff_0p15, MtFeRollOff_0p10, MtFeRollOff_0p05
} MT_FE_ROLL_OFF;
};
enum MT_FE_SPECTRUM_MODE {
MtFeSpectrum_Undef = 0, MtFeSpectrum_Normal, MtFeSpectrum_Inversion