aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/hdpvr/hdpvr-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/hdpvr/hdpvr-video.c')
-rw-r--r--drivers/media/usb/hdpvr/hdpvr-video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/hdpvr/hdpvr-video.c b/drivers/media/usb/hdpvr/hdpvr-video.c
index 0e9e156bb2aa..da6b77912222 100644
--- a/drivers/media/usb/hdpvr/hdpvr-video.c
+++ b/drivers/media/usb/hdpvr/hdpvr-video.c
@@ -677,7 +677,7 @@ static int vidioc_enumaudio(struct file *file, void *priv,
677} 677}
678 678
679static int vidioc_s_audio(struct file *file, void *private_data, 679static int vidioc_s_audio(struct file *file, void *private_data,
680 struct v4l2_audio *audio) 680 const struct v4l2_audio *audio)
681{ 681{
682 struct hdpvr_fh *fh = file->private_data; 682 struct hdpvr_fh *fh = file->private_data;
683 struct hdpvr_device *dev = fh->dev; 683 struct hdpvr_device *dev = fh->dev;