]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[PATCH] v4l: 709: added osprey 440 card
authorKenth Andersson <kenth@popwire.com>
Wed, 9 Nov 2005 05:37:02 +0000 (21:37 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:56:14 +0000 (07:56 -0800)
- Added Osprey 440 card.

Signed-off-by: Kenth Andersson <kenth@popwire.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>
drivers/media/video/bttv-cards.c
drivers/media/video/bttv.h

index adccbbf63dc0ead61688517d437a91de183ce734..85f19426892b97f8199ea6f4bb5575b6094891d7 100644 (file)
@@ -153,6 +153,7 @@ static struct CARD {
        { 0xff020070, BTTV_BOARD_OSPREY500,     "Osprey-500" },
        { 0xff030070, BTTV_BOARD_OSPREY2000,    "Osprey-2000" },
        { 0xff040070, BTTV_BOARD_OSPREY540,     "Osprey-540" },
+       { 0xff070070, BTTV_BOARD_OSPREY440,     "Osprey-440" },
 
        { 0x00011002, BTTV_BOARD_ATI_TVWONDER,  "ATI TV Wonder" },
        { 0x00031002, BTTV_BOARD_ATI_TVWONDERVE,"ATI TV Wonder/VE" },
@@ -2763,7 +2764,23 @@ struct tvcard bttv_tvcards[] = {
                .radio_addr     = ADDR_UNSET,
                .has_radio      = 1,
                .has_remote     = 1,
-       }
+       },
+           /* ---- card 0x8c ---------------------------------- */
+       [BTTV_BOARD_OSPREY440]  = {
+               .name           = "Osprey 440",
+               .video_inputs   = 1,
+               .audio_inputs   = 1,
+               .tuner          = -1,
+               .svhs           = 1,
+               .muxsel         = { 2 },
+               .pll            = PLL_28,
+               .tuner_type     = UNSET,
+               .tuner_addr     = ADDR_UNSET,
+               .radio_addr     = ADDR_UNSET,
+               .no_msp34xx     = 1,
+               .no_tda9875     = 1,
+               .no_tda7432     = 1,
+       },
 };
 
 static const unsigned int bttv_num_tvcards = ARRAY_SIZE(bttv_tvcards);
index a4194e1ea905943ea0dd36f395f6975a86c68057..75d08a33b107bc628943ec44ba3eac6fc60fb349 100644 (file)
 #define BTTV_BOARD_CONCEPTRONIC_CTVFMI2 0x89
 #define BTTV_BOARD_PV_BT878P_2E   0x8a
 #define BTTV_BOARD_PV_M4900       0x8b
+#define BTTV_BOARD_OSPREY440     0x8c
 
 /* i2c address list */
 #define I2C_TSA5522        0xc2