aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-cards.c
diff options
context:
space:
mode:
authorMauro Lacy <mauro@lacy.com.ar>2008-04-22 13:45:58 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:51 -0400
commite80faad3d7a332b7fe5a72dd64a81d28dd5c2e44 (patch)
tree37743b7e823cbfedf2d37d9355ed6caaa8df5c25 /drivers/media/video/bt8xx/bttv-cards.c
parent97275ac514c7f1131f42f8b06e073b144c744e78 (diff)
V4L/DVB (7368): bttv: added support for Kozumi KTV-01C card
Signed-off-by: Mauro Lacy <mauro@lacy.com.ar> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r--drivers/media/video/bt8xx/bttv-cards.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c
index 417dd552dba9..22c2708e42ab 100644
--- a/drivers/media/video/bt8xx/bttv-cards.c
+++ b/drivers/media/video/bt8xx/bttv-cards.c
@@ -3015,6 +3015,29 @@ struct tvcard bttv_tvcards[] = {
3015 .tuner_addr = ADDR_UNSET, 3015 .tuner_addr = ADDR_UNSET,
3016 .radio_addr = ADDR_UNSET, 3016 .radio_addr = ADDR_UNSET,
3017 }, 3017 },
3018 [BTTV_BOARD_KOZUMI_KTV_01C] = {
3019 /* Mauro Lacy <mauro@lacy.com.ar>
3020 * Based on MagicTV and Conceptronic CONTVFMi */
3021
3022 .name = "Kozumi KTV-01C",
3023 .video_inputs = 3,
3024 .audio_inputs = 1,
3025 .tuner = 0,
3026 .svhs = 2,
3027 .gpiomask = 0x008007,
3028 .muxsel = { 2, 3, 1, 1 },
3029 .gpiomux = { 0, 1, 2, 2 }, /* CONTVFMi */
3030 /*gpiomux = { 0, 1, 2, 3 }, /* MagicTV */
3031 .gpiomute = 3, /* CONTVFMi */
3032 /*gpiomute = 4, /* MagicTV */
3033 .needs_tvaudio = 0,
3034 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3, /* TCL MK3 */
3035 .tuner_addr = ADDR_UNSET,
3036 .radio_addr = ADDR_UNSET,
3037 .pll = PLL_28,
3038 .has_radio = 1,
3039 .has_remote = 1,
3040 },
3018}; 3041};
3019 3042
3020static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); 3043static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);