mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 12:21:00 +02:00
media: dvb-frontends/m88rs6060: Fixed enum definition.
This commit is contained in:
@@ -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);
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user