summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb/m920x.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/m920x.c')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/m920x.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/m920x.c b/linux/drivers/media/dvb/dvb-usb/m920x.c
index 6fc71843b..c10944a4f 100644
--- a/linux/drivers/media/dvb/dvb-usb/m920x.c
+++ b/linux/drivers/media/dvb/dvb-usb/m920x.c
@@ -253,15 +253,6 @@ static int megasky_frontend_attach(struct dvb_usb_adapter *adap)
return -EIO;
}
-static int megasky_tuner_attach(struct dvb_usb_adapter *adap)
-{
- adap->pll_addr = 0xc4;
- adap->pll_desc = NULL;
- adap->fe->ops.tuner_ops.set_params = qt1010_set_params;
-
- return 0;
-}
-
static int m9206_set_filter(struct dvb_usb_adapter *adap, int type, int idx, int pid)
{
int ret = 0;
@@ -459,7 +450,7 @@ static struct dvb_usb_device_properties megasky_properties = {
.pid_filter_ctrl = m9206_pid_filter_ctrl,
.frontend_attach = megasky_frontend_attach,
- .tuner_attach = megasky_tuner_attach,
+ .tuner_attach = qt1010_tuner_attach,
.stream = {
.type = USB_BULK,