====================================================
lindsay@chesty:/working/build/linux-2.6.29.1/drivers/media/dvb/dvb-usb>
@@ -34,6 +34,7 @@
#include "mt352_priv.h"
#include "zl10353.h"
#include "tuner-xc2028.h"
+#include "tuner-xc2028-types.h"
#include "tuner-simple.h"
#include "mxl5005s.h"
#include "dib7000p.h"
@@ -775,7 +776,7 @@
static struct xc2028_ctrl ctl = {
.fname = XC2028_DEFAULT_FIRMWARE,
.max_len = 64,
- .demod = XC3028_FE_ZARLINK456,
+ .scode_table = ZARLINK456,
};
/* FIXME: generalize & move to common area */