From a15ebb515bfbdf0db2cd56d20f28ffa286a03618 Mon Sep 17 00:00:00 2001 From: Steven Toth Date: Mon, 20 Apr 2009 21:42:00 -0400 Subject: cx23885: Frontend wasn't locking on HVR-1500 From: Steven Toth The boards control struct wasn't updated when (presumably) all of the other drivers migrated from using scode_table to specifying the demod. Priority: normal Signed-off-by: Steven Toth --- linux/drivers/media/video/cx23885/cx23885-dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c index 119907f29..a45e80573 100644 --- a/linux/drivers/media/video/cx23885/cx23885-dvb.c +++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c @@ -473,7 +473,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, -- cgit v1.2.3