From 0d05c368621f8d5456a65b80f28d9e61a957146c Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Mon, 20 Aug 2007 14:06:00 -0300 Subject: [PATCH] --- yaml --- r: 65775 b: refs/heads/master c: 261f5081a4dbcd148be0a0e744fb454a4f688441 h: refs/heads/master i: 65773: f633de3fb46f5e87ec0fdf9341d4800c4df4b3dc 65771: 4b3c794fa797141df32b1fec499f98412eeb4b1a 65767: ec8b389f962e9ab0c36495efa78f4090df9c92b0 65759: 0e7bf2c2e6863e41c7ff647af229d80c618941cd v: v3 --- [refs] | 2 +- trunk/drivers/media/video/saa7134/saa7134-dvb.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 35a787921109..29cda4896fa8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19453bc18848e842a9743fcc40707e6fb19ae92b +refs/heads/master: 261f5081a4dbcd148be0a0e744fb454a4f688441 diff --git a/trunk/drivers/media/video/saa7134/saa7134-dvb.c b/trunk/drivers/media/video/saa7134/saa7134-dvb.c index 1f6bd3300715..a0ce67ecb018 100644 --- a/trunk/drivers/media/video/saa7134/saa7134-dvb.c +++ b/trunk/drivers/media/video/saa7134/saa7134-dvb.c @@ -567,6 +567,7 @@ static void configure_tda827x_fe(struct saa7134_dev *dev, struct tda1004x_config } /* ------------------------------------------------------------------ */ + static struct tda1004x_config tda827x_lifeview_config = { .demod_address = 0x08, .invert = 1, @@ -746,6 +747,7 @@ static struct tda1004x_config asus_p7131_hybrid_lna_config = { .antenna_switch= 2, .request_firmware = philips_tda1004x_request_firmware }; + static struct tda1004x_config kworld_dvb_t_210_config = { .demod_address = 0x08, .invert = 1, @@ -760,6 +762,7 @@ static struct tda1004x_config kworld_dvb_t_210_config = { .antenna_switch= 1, .request_firmware = philips_tda1004x_request_firmware }; + /* ------------------------------------------------------------------ * special case: this card uses saa713x GPIO22 for the mode switch */