diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-17 22:34:09 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-09-17 22:34:09 +0400 |
commit | cb87d630798102e5e4b53c183641ab928f0d917d (patch) | |
tree | 9e73b03ef8d4680cd1c32ae85e6f8032ee960e99 /linux/drivers/media | |
parent | 0a170adbb52cf0cd72a82e03fc536ef885ad11f8 (diff) | |
download | mediapointer-dvb-s2-cb87d630798102e5e4b53c183641ab928f0d917d.tar.gz mediapointer-dvb-s2-cb87d630798102e5e4b53c183641ab928f0d917d.tar.bz2 |
AverTV Studio 307 has only one composite input
From: Stas Sergeev <stsp@aknet.ru>
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: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-cards.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-cards.c b/linux/drivers/media/video/saa7134/saa7134-cards.c index 5812bfc0d..f1792daa1 100644 --- a/linux/drivers/media/video/saa7134/saa7134-cards.c +++ b/linux/drivers/media/video/saa7134/saa7134-cards.c @@ -32,6 +32,7 @@ static char name_mute[] = "mute"; static char name_radio[] = "Radio"; static char name_tv[] = "Television"; static char name_tv_mono[] = "TV (mono only)"; +static char name_comp[] = "Composite"; static char name_comp1[] = "Composite1"; static char name_comp2[] = "Composite2"; static char name_comp3[] = "Composite3"; @@ -1535,12 +1536,7 @@ struct saa7134_board saa7134_boards[] = { .tv = 1, .gpio = 0x00, },{ - .name = name_comp1, - .vmux = 0, - .amux = LINE1, - .gpio = 0x02, - },{ - .name = name_comp2, + .name = name_comp, .vmux = 3, .amux = LINE1, .gpio = 0x02, |