diff --git a/frontends/stv090x.c b/frontends/stv090x.c index 4c4331e..515c4ce 100644 --- a/frontends/stv090x.c +++ b/frontends/stv090x.c @@ -41,7 +41,7 @@ #define ERRCTRL1_DVBS1 0x76 #define ERRCTRL1_DVBS2 0x67 -#define STOP_DEMOD 1 +#define STOP_DEMOD 0 static unsigned int verbose; module_param(verbose, int, 0644);