diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-14 16:30:26 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-14 16:30:26 +0000 |
commit | ba289489c2c47a9fc2a69ba05021f0c249b3d72c (patch) | |
tree | 3d92cf70d564a2d5fc6b662f8c6d8bc7b41f3929 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 6c5ab98a8ab381d6a5558f1bf652912f3410ea81 (diff) | |
download | mediapointer-dvb-s2-ba289489c2c47a9fc2a69ba05021f0c249b3d72c.tar.gz mediapointer-dvb-s2-ba289489c2c47a9fc2a69ba05021f0c249b3d72c.tar.bz2 |
- cx88: more NICAM stuff.
- tuner: tda8290 fix.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 31 |
1 files changed, 27 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 3b109d16f..ee18141ca 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-cards.c,v 1.61 2005/02/10 10:38:05 kraxel Exp $ + * $Id: cx88-cards.c,v 1.62 2005/02/14 16:30:26 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * card-specific stuff. @@ -219,10 +219,33 @@ struct cx88_board cx88_boards[] = { .input = {{ .type = CX88_VMUX_TELEVISION, .vmux = 0, - }}, + .gpio0 = 0x0035e700, + .gpio1 = 0x00003004, + .gpio2 = 0x0035e700, + .gpio3 = 0x02000000, + },{ + + .type = CX88_VMUX_COMPOSITE1, + .vmux = 1, + .gpio0 = 0x0035c700, + .gpio1 = 0x00003004, + .gpio2 = 0x0035c700, + .gpio3 = 0x02000000, + },{ + .type = CX88_VMUX_SVIDEO, + .vmux = 2, + .gpio0 = 0x0035c700, + .gpio1 = 0x0035c700, + .gpio2 = 0x02000000, + .gpio3 = 0x02000000, + }}, .radio = { - .type = CX88_RADIO, - }, + .type = CX88_RADIO, + .gpio0 = 0x0035d700, + .gpio1 = 0x00007004, + .gpio2 = 0x0035d700, + .gpio3 = 0x02000000, + }, }, [CX88_BOARD_LEADTEK_PVR2000] = { // gpio values for PAL version from regspy by DScaler |