Skip to content

Commit

Permalink
V4L/DVB (10978): Report tuning algorith correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Abraham <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
zzam authored and Mauro Carvalho Chehab committed Mar 13, 2009
1 parent 26f26fa commit a00d0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/bt8xx/dst.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a00d0bb

Please sign in to comment.