mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
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:
parent
7ecc0cf937
commit
52c3d29cfa
@ -472,7 +472,7 @@ static int dvb_register(struct cx23885_tsport *port)
|
||||
static struct xc2028_ctrl ctl = {
|
||||
.fname = XC2028_DEFAULT_FIRMWARE,
|
||||
.max_len = 64,
|
||||
.scode_table = XC3028_FE_OREN538,
|
||||
.demod = XC3028_FE_OREN538,
|
||||
};
|
||||
|
||||
fe = dvb_attach(xc2028_attach,
|
||||
|
Loading…
Reference in New Issue
Block a user