From 45504663f0c7c9f2f7e6a5fb0938376b36345bca Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 28 Apr 2002 04:54:45 -0700 Subject: [PATCH] [PATCH] Recognise extra TV card --- drivers/media/video/bttv-cards.c | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c index 54cf158b9355..4c6c3a93916a 100644 --- a/drivers/media/video/bttv-cards.c +++ b/drivers/media/video/bttv-cards.c @@ -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)); -- 2.39.5