[media] Change the second input names to include " 2" to distinguish them
authorGavin Hurlbut <gjhurlbu@gmail.com>
Tue, 28 Sep 2010 02:50:43 +0000 (23:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 09:55:28 +0000 (07:55 -0200)
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>
drivers/media/video/saa7164/saa7164-encoder.c
drivers/media/video/saa7164/saa7164-vbi.c

index 2e7d285..edd888e 100644 (file)
@@ -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;
index 651f404..c9b124c 100644 (file)
@@ -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;