aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/av7110.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r--drivers/media/dvb/ttpci/av7110.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c
index 8fa487fb507b..0bef1edf0018 100644
--- a/drivers/media/dvb/ttpci/av7110.c
+++ b/drivers/media/dvb/ttpci/av7110.c
@@ -2259,7 +2259,7 @@ static int frontend_init(struct av7110 *av7110)
2259 } 2259 }
2260 2260
2261 // Try the grundig 29504-451 2261 // Try the grundig 29504-451
2262 av7110->fe = tda8083_attach(&grundig_29504_451_config, &av7110->i2c_adap); 2262 av7110->fe = tda8083_attach(&grundig_29504_451_config, &av7110->i2c_adap);
2263 if (av7110->fe) { 2263 if (av7110->fe) {
2264 av7110->fe->ops->diseqc_send_master_cmd = av7110_diseqc_send_master_cmd; 2264 av7110->fe->ops->diseqc_send_master_cmd = av7110_diseqc_send_master_cmd;
2265 av7110->fe->ops->diseqc_send_burst = av7110_diseqc_send_burst; 2265 av7110->fe->ops->diseqc_send_burst = av7110_diseqc_send_burst;
@@ -2285,12 +2285,12 @@ static int frontend_init(struct av7110 *av7110)
2285 case 0x0001: // Hauppauge/TT Nexus-T premium rev1.X 2285 case 0x0001: // Hauppauge/TT Nexus-T premium rev1.X
2286 2286
2287 // ALPS TDLB7 2287 // ALPS TDLB7
2288 av7110->fe = sp8870_attach(&alps_tdlb7_config, &av7110->i2c_adap); 2288 av7110->fe = sp8870_attach(&alps_tdlb7_config, &av7110->i2c_adap);
2289 break; 2289 break;
2290 2290
2291 case 0x0002: // Hauppauge/TT DVB-C premium rev2.X 2291 case 0x0002: // Hauppauge/TT DVB-C premium rev2.X
2292 2292
2293 av7110->fe = ves1820_attach(&alps_tdbe2_config, &av7110->i2c_adap, read_pwm(av7110)); 2293 av7110->fe = ves1820_attach(&alps_tdbe2_config, &av7110->i2c_adap, read_pwm(av7110));
2294 break; 2294 break;
2295 2295
2296 case 0x0006: /* Fujitsu-Siemens DVB-S rev 1.6 */ 2296 case 0x0006: /* Fujitsu-Siemens DVB-S rev 1.6 */