V4L/DVB (11664): cx23885: Frontend wasn't locking on HVR-1500
The boards control struct wasn't updated when (presumably) all of the other drivers migrated from using scode_table to specifying the demod. Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
7ecc0cf937
commit
52c3d29cfa
@@ -472,7 +472,7 @@ static int dvb_register(struct cx23885_tsport *port)
|
|||||||
static struct xc2028_ctrl ctl = {
|
static struct xc2028_ctrl ctl = {
|
||||||
.fname = XC2028_DEFAULT_FIRMWARE,
|
.fname = XC2028_DEFAULT_FIRMWARE,
|
||||||
.max_len = 64,
|
.max_len = 64,
|
||||||
.scode_table = XC3028_FE_OREN538,
|
.demod = XC3028_FE_OREN538,
|
||||||
};
|
};
|
||||||
|
|
||||||
fe = dvb_attach(xc2028_attach,
|
fe = dvb_attach(xc2028_attach,
|
||||||
|
Reference in New Issue
Block a user