提交 f89076c5 编写于 作者: G Gavin Hurlbut 提交者: Mauro Carvalho Chehab

[media] Change the second input names to include " 2" to distinguish them

Signed-off-by: NGavin Hurlbut <gjhurlbu@gmail.com>
Signed-off-by: NSteven Toth <stoth@kernellabs.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 c7e242ba
...@@ -239,7 +239,7 @@ static int vidioc_enum_input(struct file *file, void *priv, ...@@ -239,7 +239,7 @@ static int vidioc_enum_input(struct file *file, void *priv,
int n; int n;
char *inputs[] = { "tuner", "composite", "svideo", "aux", char *inputs[] = { "tuner", "composite", "svideo", "aux",
"composite", "svideo", "aux" }; "composite 2", "svideo 2", "aux 2" };
if (i->index >= 7) if (i->index >= 7)
return -EINVAL; return -EINVAL;
......
...@@ -213,7 +213,7 @@ static int vidioc_enum_input(struct file *file, void *priv, ...@@ -213,7 +213,7 @@ static int vidioc_enum_input(struct file *file, void *priv,
int n; int n;
char *inputs[] = { "tuner", "composite", "svideo", "aux", char *inputs[] = { "tuner", "composite", "svideo", "aux",
"composite", "svideo", "aux" }; "composite 2", "svideo 2", "aux 2" };
if (i->index >= 7) if (i->index >= 7)
return -EINVAL; return -EINVAL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册