diff options
author | Bill Pechter <pechter@gmail.com> | 2005-11-13 19:07:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:18 -0500 |
commit | 633323ffffae91c3f22a08e0185fbfd3fae2a825 (patch) | |
tree | 086f2767deefcd011aceffdd966c39ea0ea1aa18 /drivers/media/video/bttv-cards.c | |
parent | 8069695c9e7da7ab7cd8ee749e8d5aa9e6e0660b (diff) |
[PATCH] v4l:: (936) Support for sabrent bt848 version
Support for Sabrent bt848 version.
Signed-off-by: Bill Pechter <pechter@gmail.com>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/bttv-cards.c')
-rw-r--r-- | drivers/media/video/bttv-cards.c | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c index 3413bace443a..66ed9ea64180 100644 --- a/drivers/media/video/bttv-cards.c +++ b/drivers/media/video/bttv-cards.c | |||
@@ -2796,7 +2796,24 @@ struct tvcard bttv_tvcards[] = { | |||
2796 | .tuner_addr = ADDR_UNSET, | 2796 | .tuner_addr = ADDR_UNSET, |
2797 | .radio_addr = ADDR_UNSET, | 2797 | .radio_addr = ADDR_UNSET, |
2798 | }, | 2798 | }, |
2799 | 2799 | /* ---- card 0x8e ---------------------------------- */ | |
2800 | [BTTV_BOARD_SABRENT_TVFM] = { | ||
2801 | .name = "Sabrent TV-FM (bttv version)", | ||
2802 | .video_inputs = 3, | ||
2803 | .audio_inputs = 1, | ||
2804 | .tuner = 0, | ||
2805 | .svhs = 2, | ||
2806 | .gpiomask = 0x108007, | ||
2807 | .muxsel = { 2, 3, 1, 1}, | ||
2808 | .audiomux = { 100000, 100002, 100002, 100000}, | ||
2809 | .no_msp34xx = 1, | ||
2810 | .no_tda9875 = 1, | ||
2811 | .no_tda7432 = 1, | ||
2812 | .pll = PLL_28, | ||
2813 | .tuner_type = TUNER_TNF_5335MF, | ||
2814 | .tuner_addr = ADDR_UNSET, | ||
2815 | .has_radio = 1, | ||
2816 | }, | ||
2800 | }; | 2817 | }; |
2801 | 2818 | ||
2802 | static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); | 2819 | static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards); |