aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx/cx231xx-video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx-video.c')
-rw-r--r--drivers/media/usb/cx231xx/cx231xx-video.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-video.c b/drivers/media/usb/cx231xx/cx231xx-video.c
index 790b28d7f764..fedf7852a355 100644
--- a/drivers/media/usb/cx231xx/cx231xx-video.c
+++ b/drivers/media/usb/cx231xx/cx231xx-video.c
@@ -1253,7 +1253,7 @@ static int vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a)
1253 return 0; 1253 return 0;
1254} 1254}
1255 1255
1256static int vidioc_s_audio(struct file *file, void *priv, struct v4l2_audio *a) 1256static int vidioc_s_audio(struct file *file, void *priv, const struct v4l2_audio *a)
1257{ 1257{
1258 struct cx231xx_fh *fh = priv; 1258 struct cx231xx_fh *fh = priv;
1259 struct cx231xx *dev = fh->dev; 1259 struct cx231xx *dev = fh->dev;
@@ -2096,7 +2096,7 @@ static int radio_s_tuner(struct file *file, void *priv, struct v4l2_tuner *t)
2096 return 0; 2096 return 0;
2097} 2097}
2098 2098
2099static int radio_s_audio(struct file *file, void *fh, struct v4l2_audio *a) 2099static int radio_s_audio(struct file *file, void *fh, const struct v4l2_audio *a)
2100{ 2100{
2101 return 0; 2101 return 0;
2102} 2102}