diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-06-12 11:43:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:16 -0400 |
commit | 6c08d9290e2fc87b217d0f7c9cd67c9240ad7147 (patch) | |
tree | 7954f0d1a19623894826f0205844b4664f5f72eb /drivers/media/dvb/dvb-usb/dvb-usb.h | |
parent | 865dd115c95df6997f3d9dd638e6f92298f0422f (diff) |
V4L/DVB (5779): Dibusb-mb: fix broken 'tuner_pass_ctrl' functionality
'tuner_pass_ctrl' functionality of the dib3000-mb devices was broken in
the previous changeset:
"dibusb-mb: convert pll handling to properly use dvb-pll"
This patch fixes this problem by assigning this functionality to the
i2c_gate_ctrl callback
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dvb-usb.h')
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb.h b/drivers/media/dvb/dvb-usb/dvb-usb.h index 70be200665e4..d1b3c7b81fff 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb.h | |||
@@ -297,8 +297,6 @@ struct dvb_usb_adapter { | |||
297 | int feedcount; | 297 | int feedcount; |
298 | int pid_filtering; | 298 | int pid_filtering; |
299 | 299 | ||
300 | int (*tuner_pass_ctrl) (struct dvb_frontend *, int, u8); | ||
301 | |||
302 | /* dvb */ | 300 | /* dvb */ |
303 | struct dvb_adapter dvb_adap; | 301 | struct dvb_adapter dvb_adap; |
304 | struct dmxdev dmxdev; | 302 | struct dmxdev dmxdev; |