V4L/DVB (10978): Report tuning algorith correctly
authorMatthias Schwarzzot <[email protected]>
Tue, 27 Jan 2009 19:29:44 +0000 (16:29 -0300)
committerMauro Carvalho Chehab <[email protected]>
Fri, 13 Mar 2009 16:19:42 +0000 (13:19 -0300)
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
drivers/media/dvb/bt8xx/dst.c

index 29e8f1546ab6d3dbafc2cd7ede40485fb771deea..fec1d77fa8555a4ca0c2262443a7bef6f2769a2b 100644 (file)
@@ -1683,7 +1683,7 @@ static int dst_tune_frontend(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)