提交 b61f8d69 编写于 作者: M Mauro Carvalho Chehab

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

Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册