diff options
author | Stas Sergeev <stsp@aknet.ru> | 2007-09-17 14:34:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:14:45 -0400 |
commit | f438d97447d4ccd241db8477f62a0647b9e8220e (patch) | |
tree | 346def86c7f2654408178a3336b909842042f7e5 /drivers/media | |
parent | 0e789d7ffafbfd44f7fb2bdbf1138547d8abc231 (diff) |
V4L/DVB (6225): AverTV Studio 307 has only one composite input
AverTV Studio 307 has only one composite input.
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Acked-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-cards.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/media/video/saa7134/saa7134-cards.c b/drivers/media/video/saa7134/saa7134-cards.c index c4dc9868c48b..6b6eae82bcfc 100644 --- a/drivers/media/video/saa7134/saa7134-cards.c +++ b/drivers/media/video/saa7134/saa7134-cards.c | |||
@@ -32,6 +32,7 @@ static char name_mute[] = "mute"; | |||
32 | static char name_radio[] = "Radio"; | 32 | static char name_radio[] = "Radio"; |
33 | static char name_tv[] = "Television"; | 33 | static char name_tv[] = "Television"; |
34 | static char name_tv_mono[] = "TV (mono only)"; | 34 | static char name_tv_mono[] = "TV (mono only)"; |
35 | static char name_comp[] = "Composite"; | ||
35 | static char name_comp1[] = "Composite1"; | 36 | static char name_comp1[] = "Composite1"; |
36 | static char name_comp2[] = "Composite2"; | 37 | static char name_comp2[] = "Composite2"; |
37 | static char name_comp3[] = "Composite3"; | 38 | static char name_comp3[] = "Composite3"; |
@@ -1535,12 +1536,7 @@ struct saa7134_board saa7134_boards[] = { | |||
1535 | .tv = 1, | 1536 | .tv = 1, |
1536 | .gpio = 0x00, | 1537 | .gpio = 0x00, |
1537 | },{ | 1538 | },{ |
1538 | .name = name_comp1, | 1539 | .name = name_comp, |
1539 | .vmux = 0, | ||
1540 | .amux = LINE1, | ||
1541 | .gpio = 0x02, | ||
1542 | },{ | ||
1543 | .name = name_comp2, | ||
1544 | .vmux = 3, | 1540 | .vmux = 3, |
1545 | .amux = LINE1, | 1541 | .amux = LINE1, |
1546 | .gpio = 0x02, | 1542 | .gpio = 0x02, |