diff options
author | Steven Toth <stoth@linuxtv.org> | 2009-04-20 21:42:00 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2009-04-20 21:42:00 -0400 |
commit | a15ebb515bfbdf0db2cd56d20f28ffa286a03618 (patch) | |
tree | 51b91413a38849e8c5190e89eb708d8a42a18565 /linux/drivers/media/video/cx23885/cx23885-dvb.c | |
parent | 072a6b98300f11462d16d85cbf83239a6957cd91 (diff) | |
download | mediapointer-dvb-s2-a15ebb515bfbdf0db2cd56d20f28ffa286a03618.tar.gz mediapointer-dvb-s2-a15ebb515bfbdf0db2cd56d20f28ffa286a03618.tar.bz2 |
cx23885: Frontend wasn't locking on HVR-1500
From: Steven Toth <stoth@linuxtv.org>
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 <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |