]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Recognise extra TV card
authorDave Jones <davej@suse.de>
Sun, 28 Apr 2002 11:54:45 +0000 (04:54 -0700)
committerJaroslav Kysela <perex@suse.cz>
Sun, 28 Apr 2002 11:54:45 +0000 (04:54 -0700)
drivers/media/video/bttv-cards.c

index 54cf158b9355df96c5298ebeae77996a3ef94035..4c6c3a93916af9c209b0f0dab71badbbccc919e3 100644 (file)
@@ -1190,6 +1190,16 @@ struct tvcard bttv_tvcards[] = {
         no_msp34xx:     1,
         pll:            PLL_28,
         tuner_type:     -1,
+},{
+       /* http://www.aopen.com/products/video/va1000.htm */
+       name:           "AOPEN VA1000",
+       video_inputs:   3, /* coax, AV, s-vid */
+       audio_inputs:   1,
+       tuner:          0,
+       tuner_type:     TUNER_LG_PAL, /* actually TP18PSB12P (PAL B/G) */
+       audiomux:       { 2, 0, 0, 0 },
+       muxsel:         { 2, 3, 1, 0 },
+       pll:            PLL_28,
 }};
 
 const int bttv_num_tvcards = (sizeof(bttv_tvcards)/sizeof(struct tvcard));