diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index 7f58756d72c8..242f0d512238 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c | |||
@@ -3616,7 +3616,7 @@ void __devinit bttv_init_tuner(struct bttv *btv) | |||
3616 | &btv->c.i2c_adap, "tuner", | 3616 | &btv->c.i2c_adap, "tuner", |
3617 | 0, v4l2_i2c_tuner_addrs(ADDRS_TV_WITH_DEMOD)); | 3617 | 0, v4l2_i2c_tuner_addrs(ADDRS_TV_WITH_DEMOD)); |
3618 | 3618 | ||
3619 | tun_setup.mode_mask = T_ANALOG_TV | T_DIGITAL_TV; | 3619 | tun_setup.mode_mask = T_ANALOG_TV; |
3620 | tun_setup.type = btv->tuner_type; | 3620 | tun_setup.type = btv->tuner_type; |
3621 | tun_setup.addr = addr; | 3621 | tun_setup.addr = addr; |
3622 | 3622 | ||