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

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

parent c7e242ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;