Commit f89076c5 authored by Gavin Hurlbut's avatar Gavin Hurlbut Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarGavin Hurlbut <gjhurlbu@gmail.com>
Signed-off-by: default avatarSteven Toth <stoth@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent c7e242ba
......@@ -239,7 +239,7 @@ static int vidioc_enum_input(struct file *file, void *priv,
int n;
char *inputs[] = { "tuner", "composite", "svideo", "aux",
"composite", "svideo", "aux" };
"composite 2", "svideo 2", "aux 2" };
if (i->index >= 7)
return -EINVAL;
......
......@@ -213,7 +213,7 @@ static int vidioc_enum_input(struct file *file, void *priv,
int n;
char *inputs[] = { "tuner", "composite", "svideo", "aux",
"composite", "svideo", "aux" };
"composite 2", "svideo 2", "aux 2" };
if (i->index >= 7)
return -EINVAL;
......
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