aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/drx39xyj/drxj.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb-frontends/drx39xyj/drxj.h')
-rw-r--r--drivers/media/dvb-frontends/drx39xyj/drxj.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb-frontends/drx39xyj/drxj.h b/drivers/media/dvb-frontends/drx39xyj/drxj.h
index f41a61e49594..c38245ee15ed 100644
--- a/drivers/media/dvb-frontends/drx39xyj/drxj.h
+++ b/drivers/media/dvb-frontends/drx39xyj/drxj.h
@@ -426,7 +426,7 @@ struct drxj_cfg_atv_output {
426 u8 mfx; /**< metal fix */ 426 u8 mfx; /**< metal fix */
427 427
428 /* tuner settings */ 428 /* tuner settings */
429 bool mirror_freq_spectOOB;/**< tuner inversion (true = tuner mirrors the signal */ 429 bool mirror_freq_spect_oob;/**< tuner inversion (true = tuner mirrors the signal */
430 430
431 /* standard/channel settings */ 431 /* standard/channel settings */
432 enum drx_standard standard; /**< current standard information */ 432 enum drx_standard standard; /**< current standard information */
@@ -446,7 +446,7 @@ struct drxj_cfg_atv_output {
446 u16 fec_rs_prescale; /**< ReedSolomon Measurement Prescale */ 446 u16 fec_rs_prescale; /**< ReedSolomon Measurement Prescale */
447 u16 fec_rs_period; /**< ReedSolomon Measurement period */ 447 u16 fec_rs_period; /**< ReedSolomon Measurement period */
448 bool reset_pkt_err_acc; /**< Set a flag to reset accumulated packet error */ 448 bool reset_pkt_err_acc; /**< Set a flag to reset accumulated packet error */
449 u16 pkt_errAccStart; /**< Set a flag to reset accumulated packet error */ 449 u16 pkt_err_acc_start; /**< Set a flag to reset accumulated packet error */
450 450
451 /* HI configuration */ 451 /* HI configuration */
452 u16 hi_cfg_timing_div; /**< HI Configure() parameter 2 */ 452 u16 hi_cfg_timing_div; /**< HI Configure() parameter 2 */