V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
[deliverable/linux.git] / drivers / media / video / bt8xx / bttv-driver.c
index 7a8ca0d8356f68ecb4fe228f93dd966bdc0e0905..41c31eabe2610b0d616f29b0cd86d571dd419f22 100644 (file)
@@ -1329,7 +1329,7 @@ set_tvnorm(struct bttv *btv, unsigned int norm)
                break;
        }
        id = tvnorm->v4l2_id;
-       bttv_call_all(btv, tuner, s_std, id);
+       bttv_call_all(btv, core, s_std, id);
 
        return 0;
 }
This page took 0.045558 seconds and 5 git commands to generate.