summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-xc2028.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2007-12-16 13:24:30 +0100
committerMauro Carvalho Chehab2008-01-25 22:03:47 +0100
commit4bfae52b69360a966f41ba3308e57a6df41ff8e1 (patch)
tree55aef0e1d63f35b79d16266960418c28f9c5ae29 /drivers/media/video/tuner-xc2028.c
parentV4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherw... (diff)
downloadkernel-qcow2-linux-4bfae52b69360a966f41ba3308e57a6df41ff8e1.tar.gz
kernel-qcow2-linux-4bfae52b69360a966f41ba3308e57a6df41ff8e1.tar.xz
kernel-qcow2-linux-4bfae52b69360a966f41ba3308e57a6df41ff8e1.zip
V4L/DVB (6827): Auto-selects D2633 for ATSC
ATSC standard-specific firmware is D2633 on both v2.5 and v2.7. Better to auto-select this firmware, overriding ctrl.d2633. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-xc2028.c')
-rw-r--r--drivers/media/video/tuner-xc2028.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c
index 7acc175d805a..fd248a19c259 100644
--- a/drivers/media/video/tuner-xc2028.c
+++ b/drivers/media/video/tuner-xc2028.c
@@ -970,7 +970,10 @@ static int xc2028_set_params(struct dvb_frontend *fe,
break;
case FE_ATSC:
bw = BANDWIDTH_6_MHZ;
+ /* The only ATSC firmware (at least on v2.7) is D2633,
+ so overrides ctrl->d2633 */
type |= ATSC| D2633;
+ type &= ~D2620;
break;
/* DVB-S is not supported */
default: