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

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

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent a0c05ab9
...@@ -226,7 +226,7 @@ static int vidioc_g_audio (struct file *file, void *priv, ...@@ -226,7 +226,7 @@ static int vidioc_g_audio (struct file *file, void *priv,
if (a->index > 1) if (a->index > 1)
return -EINVAL; return -EINVAL;
strcpy(a->name, "Radio"); strcpy(a->name, "FM");
a->capability = V4L2_AUDCAP_STEREO; a->capability = V4L2_AUDCAP_STEREO;
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment