diff options
author | Chris Pascoe <c.pascoe@itee.uq.edu.au> | 2007-11-19 08:23:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:30 -0500 |
commit | 59a636e50f339f91880b3a1e395829c43cc6541a (patch) | |
tree | 2a850dd094d59c0ae9bada173113da70463c8857 /drivers/media/video/tuner-xc2028.c | |
parent | d7b22c5cfef28d21051331622f9595993a083cc4 (diff) |
V4L/DVB (6645): xc2028: allow selection of D2633 firmware
Add a bit to select D2633 DTV firmware to struct xc2028_ctrl, so that it can
be enabled via .set_config.
Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au>
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.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index fbaab68fd05c..a5efd5f6e57c 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c | |||
@@ -665,9 +665,10 @@ static int check_firmware(struct dvb_frontend *fe, enum tuner_mode new_mode, | |||
665 | tuner_dbg("I should change bandwidth %u\n", change_digital_bandwidth); | 665 | tuner_dbg("I should change bandwidth %u\n", change_digital_bandwidth); |
666 | 666 | ||
667 | if (change_digital_bandwidth) { | 667 | if (change_digital_bandwidth) { |
668 | 668 | if (priv->ctrl.d2633) | |
669 | /*FIXME: Should allow selecting between D2620 and D2633 */ | 669 | type |= D2633; |
670 | type |= D2620; | 670 | else |
671 | type |= D2620; | ||
671 | 672 | ||
672 | /* FIXME: When should select a DTV78 firmware? | 673 | /* FIXME: When should select a DTV78 firmware? |
673 | */ | 674 | */ |