diff options
author | Hermann Pitton <hermann-pitton@arcor.de> | 2006-10-12 19:00:56 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 05:51:02 -0500 |
commit | 7da6894a96ebbc1505763213c42b8fcf66aa3d90 (patch) | |
tree | 4880a970f39bd520792ab3cac69dab03a567e114 | |
parent | eb591af3a3703cb79e3efb5ad87b36dcd32b0712 (diff) |
V4L/DVB (4768): Add the Asus P7131 Dual hybrid to the new tda8290_i2c_gate_ctrl
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/saa7134/saa7134-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c index 88e4b0f16da9..69092f092bb8 100644 --- a/drivers/media/video/saa7134/saa7134-dvb.c +++ b/drivers/media/video/saa7134/saa7134-dvb.c | |||
@@ -1210,6 +1210,7 @@ static int dvb_init(struct saa7134_dev *dev) | |||
1210 | &philips_tiger_config, | 1210 | &philips_tiger_config, |
1211 | &dev->i2c_adap); | 1211 | &dev->i2c_adap); |
1212 | if (dev->dvb.frontend) { | 1212 | if (dev->dvb.frontend) { |
1213 | dev->dvb.frontend->ops.i2c_gate_ctrl = tda8290_i2c_gate_ctrl; | ||
1213 | dev->dvb.frontend->ops.tuner_ops.init = asus_p7131_dual_tuner_init; | 1214 | dev->dvb.frontend->ops.tuner_ops.init = asus_p7131_dual_tuner_init; |
1214 | dev->dvb.frontend->ops.tuner_ops.sleep = asus_p7131_dual_tuner_sleep; | 1215 | dev->dvb.frontend->ops.tuner_ops.sleep = asus_p7131_dual_tuner_sleep; |
1215 | dev->dvb.frontend->ops.tuner_ops.set_params = philips_tiger_tuner_set_params; | 1216 | dev->dvb.frontend->ops.tuner_ops.set_params = philips_tiger_tuner_set_params; |