[media] Change the second input names to include " 2" to distinguish them
Signed-off-by: Gavin Hurlbut <gjhurlbu@gmail.com> Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
c7e242baf7
commit
f89076c5f1
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue