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

Commit a00d0bb8 authored by Matthias Schwarzzot's avatar Matthias Schwarzzot Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (10978): Report tuning algorith correctly

parent 26f26fa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1683,7 +1683,7 @@ static int dst_tune_frontend(struct dvb_frontend* fe,


static int dst_get_tuning_algo(struct dvb_frontend *fe)
static int dst_get_tuning_algo(struct dvb_frontend *fe)
{
{
	return dst_algo;
	return dst_algo ? DVBFE_ALGO_HW : DVBFE_ALGO_SW;
}
}


static int dst_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)
static int dst_get_frontend(struct dvb_frontend *fe, struct dvb_frontend_parameters *p)