mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 16:57:18 +09:00
tuner_xc2028: Allow selection of the frequency adjustment code for XC3028
commit 9bed77ee2f upstream.
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.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7846990372
commit
de4ad65cf3
@@ -844,7 +844,7 @@ static int dvb_register(struct cx23885_tsport *port)
|
||||
static struct xc2028_ctrl ctl = {
|
||||
.fname = XC3028L_DEFAULT_FIRMWARE,
|
||||
.max_len = 64,
|
||||
.demod = 5000,
|
||||
.demod = XC3028_FE_DIBCOM52,
|
||||
/* This is true for all demods with
|
||||
v36 firmware? */
|
||||
.type = XC2028_D2633,
|
||||
|
||||
Reference in New Issue
Block a user