]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/cx18/cx18-ioctl.c
V4L/DVB (11380): v4l2-subdev: change s_routing prototype
[linux-2.6-omap-h63xx.git] / drivers / media / video / cx18 / cx18-ioctl.c
index f572080590fb4a9f268a9d7147aea487c096c4d4..cdefd90d5eca2d6ec986e7ffe4390608e9efa612 100644 (file)
@@ -932,7 +932,7 @@ static long cx18_default(struct file *file, void *fh, int cmd, void *arg)
                CX18_DEBUG_IOCTL("VIDIOC_INT_S_AUDIO_ROUTING(%d, %d)\n",
                        route->input, route->output);
                cx18_call_hw(cx, cx->card->hw_audio_ctrl, audio, s_routing,
-                            route);
+                            route->input, route->output, 0);
                break;
        }