diff options
author | Vladimir Ermakov <vooon341@gmail.com> | 2010-04-07 01:23:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-19 11:56:43 -0400 |
commit | e838326312bbacd6c320113711e2662568d4fc6c (patch) | |
tree | cb90b60c4932368800b0b680a3369a841ca1c081 /drivers/media/video/saa7134/saa7134-cards.c | |
parent | e20144770f5a119516f93959eca9818fa5ff065e (diff) |
V4L/DVB: saa7134: fix GPIO HW-404M7
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Reviewed-by: hermann pitton <hermann-pitton@arcor.de>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-cards.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index 655068f6c491..b937d4da3136 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -5364,12 +5364,12 @@ struct saa7134_board saa7134_boards[] = { | |||
5364 | .radio_type = UNSET, | 5364 | .radio_type = UNSET, |
5365 | .tuner_addr = ADDR_UNSET, | 5365 | .tuner_addr = ADDR_UNSET, |
5366 | .radio_addr = ADDR_UNSET, | 5366 | .radio_addr = ADDR_UNSET, |
5367 | .gpiomask = 0x01fc00, | 5367 | .gpiomask = 0x389c00, |
5368 | .inputs = {{ | 5368 | .inputs = {{ |
5369 | .name = name_comp1, | 5369 | .name = name_comp1, |
5370 | .vmux = 3, | 5370 | .vmux = 3, |
5371 | .amux = LINE1, | 5371 | .amux = LINE1, |
5372 | .gpio = 0x389c00, | 5372 | .gpio = 0x01fc00, |
5373 | } }, | 5373 | } }, |
5374 | }, | 5374 | }, |
5375 | 5375 | ||