V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
[linux-2.6-block.git] / drivers / media / video / ivtv / ivtv-ioctl.c
index 9a0424298af1452c30562c730ef10f4f85d96279..052fbe9cde867d646651a4cb808cb58c2cc575b6 100644 (file)
@@ -1121,7 +1121,7 @@ int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std)
        IVTV_DEBUG_INFO("Switching standard to %llx.\n", (unsigned long long)itv->std);
 
        /* Tuner */
-       ivtv_call_all(itv, tuner, s_std, itv->std);
+       ivtv_call_all(itv, core, s_std, itv->std);
 
        if (itv->v4l2_cap & V4L2_CAP_VIDEO_OUTPUT) {
                /* set display standard */