aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/si2168_priv.h
diff options
context:
space:
mode:
authorGravatar Olli Salonen <olli.salonen@iki.fi> 2014-08-11 16:58:10 -0300
committerGravatar Mauro Carvalho Chehab <m.chehab@samsung.com> 2014-09-02 15:03:19 -0300
commit389ce3984b337690ed5124f2379fc8c3f3975c53 (patch)
treee9e60f5dc6febfd48e0860ef75ed4068e24cd411 /drivers/media/dvb-frontends/si2168_priv.h
parent[media] m88ds3103: implement set voltage and TS clock (diff)
downloadlinux-389ce3984b337690ed5124f2379fc8c3f3975c53.tar.gz
linux-389ce3984b337690ed5124f2379fc8c3f3975c53.tar.bz2
linux-389ce3984b337690ed5124f2379fc8c3f3975c53.zip
[media] si2168: add ts_mode setting and move to si2168_init
Luis Alves submitted a TS mode patch to si2168 earlier, but the patch was rejected due to a small issue. Here is a working version. Also, setting of TS mode is moved from si2168_set_frontend to si2168_init. This patch adds the TS mode as a config option for the si2168 demod: - ts_mode added to config struct. - Possible (interesting) values are * Parallel mode = 0x06 * Serial mode = 0x03 Currently the modules using this demod only use parallel mode. Patches for these modules later in this patch series. Signed-off-by: Olli Salonen <olli.salonen@iki.fi> Reviewed-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/si2168_priv.h')
-rw-r--r--drivers/media/dvb-frontends/si2168_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/si2168_priv.h b/drivers/media/dvb-frontends/si2168_priv.h
index ebbf502ec313..0f832844b831 100644
--- a/drivers/media/dvb-frontends/si2168_priv.h
+++ b/drivers/media/dvb-frontends/si2168_priv.h
@@ -36,6 +36,7 @@ struct si2168 {
fe_delivery_system_t delivery_system;
fe_status_t fe_status;
bool active;
+ u8 ts_mode;
};
/* firmare command struct */