aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-cards.c
diff options
context:
space:
mode:
authorTim Farrington <timf@iinet.net.au>2009-01-15 07:58:55 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:48 -0400
commit314893605e07547c372ebc6187e28c784ce0b1ed (patch)
tree3ac5ed3ec91949c7dc013aeb3c8bd8fe5210609a /drivers/media/video/saa7134/saa7134-cards.c
parenta7a1c0e60c706fc04c42c020cd9c45b8bfe14e8b (diff)
V4L/DVB (10574): saa7134: fix Avermedia E506R composite input
Make correction to composite input plus svideo input to Avermedia E506R Signed-off-by: Tim Farrington <timf@iinet.net.au> 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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c
index 3192ccb5fcfe..107f6d30d007 100644
--- a/drivers/media/video/saa7134/saa7134-cards.c
+++ b/drivers/media/video/saa7134/saa7134-cards.c
@@ -4323,13 +4323,13 @@ struct saa7134_board saa7134_boards[] = {
4323 .amux = TV, 4323 .amux = TV,
4324 .tv = 1, 4324 .tv = 1,
4325 }, { 4325 }, {
4326 .name = name_comp, 4326 .name = name_comp1,
4327 .vmux = 0, 4327 .vmux = 3,
4328 .amux = LINE1, 4328 .amux = LINE1,
4329 }, { 4329 }, {
4330 .name = name_svideo, 4330 .name = name_svideo,
4331 .vmux = 8, 4331 .vmux = 8,
4332 .amux = LINE1, 4332 .amux = LINE2,
4333 } }, 4333 } },
4334 .radio = { 4334 .radio = {
4335 .name = name_radio, 4335 .name = name_radio,