diff options
author | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2006-10-13 01:00:56 +0200 |
---|---|---|
committer | Hartmut Hackmann <hartmut.hackmann@t-online.de> | 2006-10-13 01:00:56 +0200 |
commit | f2e4aa4925b7a5782aefa4cd87635273ff59b5b0 (patch) | |
tree | c2ed642ee63aa8218187e36bddf5616ff797da3f /linux/drivers/media/video | |
parent | 2e0b32e79f5d5a034611482f2c898a6d870bd6b3 (diff) | |
download | mediapointer-dvb-s2-f2e4aa4925b7a5782aefa4cd87635273ff59b5b0.tar.gz mediapointer-dvb-s2-f2e4aa4925b7a5782aefa4cd87635273ff59b5b0.tar.bz2 |
add the Asus P7131 Dual hybrid to the new tda8290_i2c_gate_ctrl
From: Hermann Pitton <hermann-pitton@arcor.de>
The gate control was moved to a separate function.
Signed-off-by: Hermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-dvb.c b/linux/drivers/media/video/saa7134/saa7134-dvb.c index b18e9a504..a7dc9b2a0 100644 --- a/linux/drivers/media/video/saa7134/saa7134-dvb.c +++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c @@ -1209,6 +1209,7 @@ static int dvb_init(struct saa7134_dev *dev) &philips_tiger_config, &dev->i2c_adap); if (dev->dvb.frontend) { + dev->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; dev->dvb.frontend->ops.tuner_ops.init = asus_p7131_dual_tuner_init; dev->dvb.frontend->ops.tuner_ops.sleep = asus_p7131_dual_tuner_sleep; dev->dvb.frontend->ops.tuner_ops.set_params = philips_tiger_tuner_set_params; |