V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.
[deliverable/linux.git] / drivers / media / video / au0828 / au0828-video.c
index f7ad4958b94e507c8635f5bfdb853fc073dd6572..19b23f21f968d68ea3b281ef4ada6d3eeee34f7a 100644 (file)
@@ -1100,7 +1100,7 @@ static int vidioc_s_std(struct file *file, void *priv, v4l2_std_id * norm)
           have to make the au0828 bridge adjust the size of its capture
           buffer, which is currently hardcoded at 720x480 */
 
-       v4l2_device_call_all(&dev->v4l2_dev, 0, tuner, s_std, *norm);
+       v4l2_device_call_all(&dev->v4l2_dev, 0, core, s_std, *norm);
        return 0;
 }
 
This page took 0.042076 seconds and 5 git commands to generate.