diff options
Diffstat (limited to 'drivers/media/pci/ivtv/ivtv-ioctl.c')
-rw-r--r-- | drivers/media/pci/ivtv/ivtv-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/ivtv/ivtv-ioctl.c b/drivers/media/pci/ivtv/ivtv-ioctl.c index 966abb407304..99e35dd3d83e 100644 --- a/drivers/media/pci/ivtv/ivtv-ioctl.c +++ b/drivers/media/pci/ivtv/ivtv-ioctl.c | |||
@@ -784,7 +784,7 @@ static int ivtv_g_audio(struct file *file, void *fh, struct v4l2_audio *vin) | |||
784 | return ivtv_get_audio_input(itv, vin->index, vin); | 784 | return ivtv_get_audio_input(itv, vin->index, vin); |
785 | } | 785 | } |
786 | 786 | ||
787 | static int ivtv_s_audio(struct file *file, void *fh, struct v4l2_audio *vout) | 787 | static int ivtv_s_audio(struct file *file, void *fh, const struct v4l2_audio *vout) |
788 | { | 788 | { |
789 | struct ivtv *itv = fh2id(fh)->itv; | 789 | struct ivtv *itv = fh2id(fh)->itv; |
790 | 790 | ||