Commit b61f8d69 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (5153): Make it coherent with vidioc_g_tuner

parent a0c05ab9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ static int vidioc_g_audio (struct file *file, void *priv,
	if (a->index > 1)
		return -EINVAL;

	strcpy(a->name, "Radio");
	strcpy(a->name, "FM");
	a->capability = V4L2_AUDCAP_STEREO;
	return 0;
}