aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bttv-cards.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/bttv-cards.c')
-rw-r--r--drivers/media/video/bttv-cards.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c
index 0881a17d5226..75033f06551f 100644
--- a/drivers/media/video/bttv-cards.c
+++ b/drivers/media/video/bttv-cards.c
@@ -2418,6 +2418,21 @@ struct tvcard bttv_tvcards[] = {
2418 .tuner_type = TUNER_YMEC_TVF66T5_B_DFF, 2418 .tuner_type = TUNER_YMEC_TVF66T5_B_DFF,
2419 .tuner_addr = 0xc1 >>1, 2419 .tuner_addr = 0xc1 >>1,
2420 .has_radio = 1, 2420 .has_radio = 1,
2421},{
2422 /* ---- card 0x89 ---------------------------------- */
2423 .name = "Conceptronic CTVFMi v2",
2424 .video_inputs = 3,
2425 .audio_inputs = 1,
2426 .tuner = 0,
2427 .svhs = 2,
2428 .gpiomask = 0x001c0007,
2429 .muxsel = { 2, 3, 1, 1 },
2430 .audiomux = { 0, 1, 2, 2, 3 },
2431 .needs_tvaudio = 0,
2432 .pll = PLL_28,
2433 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
2434 .tuner_addr = ADDR_UNSET,
2435 .has_remote = 1,
2421}}; 2436}};
2422 2437
2423static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); 2438static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);