diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 23:13:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 23:13:12 -0300 |
commit | 1340daf098275689f8220222447a84e4ec4263b6 (patch) | |
tree | 66f046b589159961291121b8e9384ff8fb3342da /linux/drivers/media/dvb/bt8xx/dst.c | |
parent | 6716df924ee6f2791b1939b04028f01dd37a9e9e (diff) | |
parent | 0efc193045eedcc05a28b5502f6dfaed87b434e8 (diff) | |
download | mediapointer-dvb-s2-1340daf098275689f8220222447a84e4ec4263b6.tar.gz mediapointer-dvb-s2-1340daf098275689f8220222447a84e4ec4263b6.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/lgdt3305
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx/dst.c')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dst.c b/linux/drivers/media/dvb/bt8xx/dst.c index 29e8f1546..fec1d77fa 100644 --- a/linux/drivers/media/dvb/bt8xx/dst.c +++ b/linux/drivers/media/dvb/bt8xx/dst.c @@ -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) |