All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] media: tvp5150 Fix default input selection.
@ 2011-12-15  9:39 Javier Martin
  2011-12-15  9:39 ` [PATCH 2/2] media: tvp5150: Add mbus_fmt callbacks Javier Martin
  2011-12-15 10:12 ` [PATCH 1/2] media: tvp5150 Fix default input selection Mauro Carvalho Chehab
  0 siblings, 2 replies; 10+ messages in thread
From: Javier Martin @ 2011-12-15  9:39 UTC (permalink / raw)
  To: linux-media; +Cc: mchehab, hverkuil, Javier Martin

In page 23 of the datasheet of this chip (SLES098A)
it is stated that de default input for this chip
is Composite AIP1A which is the same as COMPOSITE0
in the driver.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
---
 drivers/media/video/tvp5150.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c
index e927d25..26cc75b 100644
--- a/drivers/media/video/tvp5150.c
+++ b/drivers/media/video/tvp5150.c
@@ -993,7 +993,7 @@ static int tvp5150_probe(struct i2c_client *c,
 	}
 
 	core->norm = V4L2_STD_ALL;	/* Default is autodetect */
-	core->input = TVP5150_COMPOSITE1;
+	core->input = TVP5150_COMPOSITE0;
 	core->enable = 1;
 
 	v4l2_ctrl_handler_init(&core->hdl, 4);
-- 
1.7.0.4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-12-15 16:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15  9:39 [PATCH 1/2] media: tvp5150 Fix default input selection Javier Martin
2011-12-15  9:39 ` [PATCH 2/2] media: tvp5150: Add mbus_fmt callbacks Javier Martin
2011-12-15 10:00   ` Mauro Carvalho Chehab
2011-12-15 10:12     ` javier Martin
2011-12-15 10:12 ` [PATCH 1/2] media: tvp5150 Fix default input selection Mauro Carvalho Chehab
2011-12-15 10:24   ` javier Martin
2011-12-15 11:51     ` Mauro Carvalho Chehab
2011-12-15 12:01       ` javier Martin
2011-12-15 12:33         ` javier Martin
2011-12-15 16:04           ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.