diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index 8d9756b9587e..ccf6aa6a975b 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -1142,7 +1142,7 @@ video_mux(struct bttv *btv, unsigned int input) | |||
1142 | btand(~BT848_CONTROL_COMP, BT848_E_CONTROL); | 1142 | btand(~BT848_CONTROL_COMP, BT848_E_CONTROL); |
1143 | btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); | 1143 | btand(~BT848_CONTROL_COMP, BT848_O_CONTROL); |
1144 | } | 1144 | } |
1145 | mux = bttv_tvcards[btv->c.type].muxsel[input] & 3; | 1145 | mux = bttv_muxsel(btv, input); |
1146 | btaor(mux<<5, ~(3<<5), BT848_IFORM); | 1146 | btaor(mux<<5, ~(3<<5), BT848_IFORM); |
1147 | dprintk(KERN_DEBUG "bttv%d: video mux: input=%d mux=%d\n", | 1147 | dprintk(KERN_DEBUG "bttv%d: video mux: input=%d mux=%d\n", |
1148 | btv->c.nr,input,mux); | 1148 | btv->c.nr,input,mux); |