Skip to content

Commit

Permalink
[media] Change the second input names to include " 2" to distinguish …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Gavin Hurlbut authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent c7e242b commit f89076c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/media/video/saa7164/saa7164-encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/saa7164/saa7164-vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f89076c

Please sign in to comment.