diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-video.c')
-rw-r--r-- | drivers/media/video/cx18/cx18-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-video.c b/drivers/media/video/cx18/cx18-video.c index 2e5c41939330..fabacb0f87c6 100644 --- a/drivers/media/video/cx18/cx18-video.c +++ b/drivers/media/video/cx18/cx18-video.c | |||
@@ -32,7 +32,7 @@ void cx18_video_set_io(struct cx18 *cx) | |||
32 | 32 | ||
33 | route.input = cx->card->video_inputs[inp].video_input; | 33 | route.input = cx->card->video_inputs[inp].video_input; |
34 | route.output = 0; | 34 | route.output = 0; |
35 | cx18_av_cmd(cx, VIDIOC_INT_S_VIDEO_ROUTING, &route); | 35 | v4l2_subdev_call(cx->sd_av, video, s_routing, &route); |
36 | 36 | ||
37 | type = cx->card->video_inputs[inp].video_type; | 37 | type = cx->card->video_inputs[inp].video_type; |
38 | 38 | ||