Provide the ability for the board configuration to specify whether to insert
the RS byte into the TS interconnect to the bridge, while not required for
the ngene in fact is required for the em28xx.
Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
#define DRXD_PLL_MT3X0823 2
u32 clock;
+ u8 insert_rs_byte;
u8 demod_address;
u8 demoda_address;
state->tuner_mirrors=0;
/* modify MPEG output attributes */
- state->insert_rs_byte = 0;
+ state->insert_rs_byte = state->config.insert_rs_byte;
state->enable_parallel = (ulSerialMode != 1);
/* Timing div, 250ns/Psys */