diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-ioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-ioctl.h b/include/media/v4l2-ioctl.h index babbe09527c..d4c7729e8ec 100644 --- a/include/media/v4l2-ioctl.h +++ b/include/media/v4l2-ioctl.h | |||
@@ -175,7 +175,7 @@ struct v4l2_ioctl_ops { | |||
175 | int (*vidioc_g_audout) (struct file *file, void *fh, | 175 | int (*vidioc_g_audout) (struct file *file, void *fh, |
176 | struct v4l2_audioout *a); | 176 | struct v4l2_audioout *a); |
177 | int (*vidioc_s_audout) (struct file *file, void *fh, | 177 | int (*vidioc_s_audout) (struct file *file, void *fh, |
178 | struct v4l2_audioout *a); | 178 | const struct v4l2_audioout *a); |
179 | int (*vidioc_g_modulator) (struct file *file, void *fh, | 179 | int (*vidioc_g_modulator) (struct file *file, void *fh, |
180 | struct v4l2_modulator *a); | 180 | struct v4l2_modulator *a); |
181 | int (*vidioc_s_modulator) (struct file *file, void *fh, | 181 | int (*vidioc_s_modulator) (struct file *file, void *fh, |