diff options
| author | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-19 22:31:03 +0100 |
|---|---|---|
| committer | Andrew de Quincey <adq_dvb@lidskialf.net> | 2006-04-19 22:31:03 +0100 |
| commit | 48c7a56c98cf2342c83cedb2e25748b602383d9c (patch) | |
| tree | a1a8f5bbdea1a616ce45bea050bc2eed7e9d9163 /linux/drivers/media/video | |
| parent | 8c360c7605e4751038ad67e9fd79e5c1c96b81d6 (diff) | |
| download | mediapointer-dvb-s2-48c7a56c98cf2342c83cedb2e25748b602383d9c.tar.gz mediapointer-dvb-s2-48c7a56c98cf2342c83cedb2e25748b602383d9c.tar.bz2 | |
Fix tda10046 tuning
From: Andrew de Quincey <adq_dvb@lidskialf.net>
I'd missed the i2c gate ctrl function out of the tda10046, so tuning didn't work
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Diffstat (limited to 'linux/drivers/media/video')
| -rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 14b12b6c6..fbd8387de 100644 --- a/linux/drivers/media/video/cx88/cx88-dvb.c +++ b/linux/drivers/media/video/cx88/cx88-dvb.c @@ -390,7 +390,7 @@ static int lgdt3302_tuner_set_params(struct dvb_frontend* fe, } static int lgdt3303_tuner_set_params(struct dvb_frontend* fe, - struct dvb_frontend_parameters* params) + struct dvb_frontend_parameters* params) { struct cx8802_dev *dev= fe->dvb->priv; struct cx88_core *core = dev->core; |
