diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-28 15:38:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-08-06 08:52:47 -0400 |
commit | 9bed77ee2fb46b74782d0d9d14b92e9d07f3df6e (patch) | |
tree | e7ec7a66b448a5b11a8d0de9190754ade649b419 /drivers/media/video/cx23885 | |
parent | ffd638e0e613578fbe82d5f2d9c1e5ec503a3a2b (diff) |
[media] tuner_xc2028: Allow selection of the frequency adjustment code for XC3028
This device is not using the proper demod IF. Instead of using the
IF macro, it is specifying a IF frequency. This doesn't work, as xc3028
needs to load an specific SCODE for the tuner. In this case, there's
no IF table for 5 MHz.
Cc: stable@kernel.org
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index aa83f07b1b0f..bcb45be44bb2 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -844,7 +844,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
844 | static struct xc2028_ctrl ctl = { | 844 | static struct xc2028_ctrl ctl = { |
845 | .fname = XC3028L_DEFAULT_FIRMWARE, | 845 | .fname = XC3028L_DEFAULT_FIRMWARE, |
846 | .max_len = 64, | 846 | .max_len = 64, |
847 | .demod = 5000, | 847 | .demod = XC3028_FE_DIBCOM52, |
848 | /* This is true for all demods with | 848 | /* This is true for all demods with |
849 | v36 firmware? */ | 849 | v36 firmware? */ |
850 | .type = XC2028_D2633, | 850 | .type = XC2028_D2633, |