diff options
author | Patrick Boettcher <pboettcher@kernellabs.com> | 2010-10-09 10:12:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 20:31:33 -0300 |
commit | 4f7200a8a0253e7a4b74cbf1a0a3868cccdee647 (patch) | |
tree | 5373561002848afe50bf504c6fd516a3ade8f1aa /drivers/media/dvb/frontends/stv090x.h | |
parent | b4797048f70e142a65ee2139085edb44b166d238 (diff) | |
download | kernel_samsung_espresso10-4f7200a8a0253e7a4b74cbf1a0a3868cccdee647.zip kernel_samsung_espresso10-4f7200a8a0253e7a4b74cbf1a0a3868cccdee647.tar.gz kernel_samsung_espresso10-4f7200a8a0253e7a4b74cbf1a0a3868cccdee647.tar.bz2 |
[media] stv090x: add tei-field to config-structure
Some backends want to receive the full transport stream including
uncorrected packets. To have that feature this patchs add a field to
the config-structure called TEI (transport stream error indicator).
Cc: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Martin Wilks <m.wilks@technisat.com>
Signed-off-by: Patrick Boettcher <pboettcher@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stv090x.h')
-rw-r--r-- | drivers/media/dvb/frontends/stv090x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/stv090x.h b/drivers/media/dvb/frontends/stv090x.h index 11754f2..a3fefa7 100644 --- a/drivers/media/dvb/frontends/stv090x.h +++ b/drivers/media/dvb/frontends/stv090x.h @@ -78,6 +78,9 @@ struct stv090x_config { u32 ts1_clk; u32 ts2_clk; + u8 ts1_tei : 1; + u8 ts2_tei : 1; + enum stv090x_i2crpt repeater_level; u8 tuner_bbgain; /* default: 10db */ |