Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ae72320 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5229): Gl861: use qt1010_tuner_attach function from qt1010.h



The gl861_tuner_attach function is not specific to this device.
This patch removes gl861_tuner_attach, and replaces it with
qt1010_tuner_attach from the qt1010 header file.

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 8bb36dc7
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
@@ -115,15 +115,6 @@ static int gl861_frontend_attach(struct dvb_usb_adapter *adap)
	return -EIO;
}

static int gl861_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;
}

/* DVB USB Driver stuff */
static struct dvb_usb_device_properties gl861_properties;

@@ -170,7 +161,7 @@ static struct dvb_usb_device_properties gl861_properties = {
		.caps = DVB_USB_IS_AN_I2C_ADAPTER,

		.frontend_attach  = gl861_frontend_attach,
		.tuner_attach     = gl861_tuner_attach,
		.tuner_attach     = qt1010_tuner_attach,

		.stream = {
			.type = USB_BULK,