aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/s5h1409.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/s5h1409.h')
-rw-r--r--drivers/media/dvb/frontends/s5h1409.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/s5h1409.h b/drivers/media/dvb/frontends/s5h1409.h
index 20f9af1af445..b1f433906664 100644
--- a/drivers/media/dvb/frontends/s5h1409.h
+++ b/drivers/media/dvb/frontends/s5h1409.h
@@ -39,8 +39,8 @@ struct s5h1409_config
39#define S5H1409_GPIO_ON 1 39#define S5H1409_GPIO_ON 1
40 u8 gpio; 40 u8 gpio;
41 41
42 /* IF Freq in KHz */ 42 /* IF Freq for QAM in KHz, VSB is hardcoded to 5380 */
43 u16 if_freq; 43 u16 qam_if;
44 44
45 /* Spectral Inversion */ 45 /* Spectral Inversion */
46#define S5H1409_INVERSION_OFF 0 46#define S5H1409_INVERSION_OFF 0