|
@@ -1253,7 +1253,7 @@ static int vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int vidioc_s_audio(struct file *file, void *priv, struct v4l2_audio *a)
|
|
|
+static int vidioc_s_audio(struct file *file, void *priv, const struct v4l2_audio *a)
|
|
|
{
|
|
|
struct cx231xx_fh *fh = priv;
|
|
|
struct cx231xx *dev = fh->dev;
|
|
@@ -2096,7 +2096,7 @@ static int radio_s_tuner(struct file *file, void *priv, struct v4l2_tuner *t)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int radio_s_audio(struct file *file, void *fh, struct v4l2_audio *a)
|
|
|
+static int radio_s_audio(struct file *file, void *fh, const struct v4l2_audio *a)
|
|
|
{
|
|
|
return 0;
|
|
|
}
|