aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/tuners/xc5000.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/tuners/xc5000.c b/drivers/media/tuners/xc5000.c
index da4c29ed48bd..8df92619883f 100644
--- a/drivers/media/tuners/xc5000.c
+++ b/drivers/media/tuners/xc5000.c
@@ -77,7 +77,7 @@ struct xc5000_priv {
77 77
78/* Product id */ 78/* Product id */
79#define XC_PRODUCT_ID_FW_NOT_LOADED 0x2000 79#define XC_PRODUCT_ID_FW_NOT_LOADED 0x2000
80#define XC_PRODUCT_ID_FW_LOADED 0x1388 80#define XC_PRODUCT_ID_FW_LOADED 0x1388
81 81
82/* Registers */ 82/* Registers */
83#define XREG_INIT 0x00 83#define XREG_INIT 0x00
@@ -164,16 +164,16 @@ struct XC_TV_STANDARD {
164#define DK_PAL_NICAM 10 164#define DK_PAL_NICAM 10
165#define DK_PAL_MONO 11 165#define DK_PAL_MONO 11
166#define DK_SECAM_A2DK1 12 166#define DK_SECAM_A2DK1 12
167#define DK_SECAM_A2LDK3 13 167#define DK_SECAM_A2LDK3 13
168#define DK_SECAM_A2MONO 14 168#define DK_SECAM_A2MONO 14
169#define L_SECAM_NICAM 15 169#define L_SECAM_NICAM 15
170#define LC_SECAM_NICAM 16 170#define LC_SECAM_NICAM 16
171#define DTV6 17 171#define DTV6 17
172#define DTV8 18 172#define DTV8 18
173#define DTV7_8 19 173#define DTV7_8 19
174#define DTV7 20 174#define DTV7 20
175#define FM_RADIO_INPUT2 21 175#define FM_RADIO_INPUT2 21
176#define FM_RADIO_INPUT1 22 176#define FM_RADIO_INPUT1 22
177#define FM_RADIO_INPUT1_MONO 23 177#define FM_RADIO_INPUT1_MONO 23
178 178
179static struct XC_TV_STANDARD xc5000_standard[MAX_TV_STANDARD] = { 179static struct XC_TV_STANDARD xc5000_standard[MAX_TV_STANDARD] = {