summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/si2168.h
diff options
context:
space:
mode:
authorBrad Love <brad@nextdimension.cc>2018-01-17 17:31:58 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-03-06 07:40:14 -0500
commitd4c779bc91d1faef76351ccd6d326f729cdfcb1e (patch)
tree7e2bd5d198ef7a78f7bf15b15f2a340f2a9a3385 /drivers/media/dvb-frontends/si2168.h
parenta398e043637a4819a0e96467bfecaabf3224dd62 (diff)
media: si2168: Add spectrum inversion property
Some tuners produce inverted spectrum, but the si2168 is not currently set up to accept it. This adds an optional parameter to set the frontend up to receive inverted spectrum. Parameter is optional and only boards who enable inversion will utilize this. Signed-off-by: Brad Love <brad@nextdimension.cc> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/si2168.h')
-rw-r--r--drivers/media/dvb-frontends/si2168.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/si2168.h b/drivers/media/dvb-frontends/si2168.h
index f48f0fb0ad69..d519edd26c21 100644
--- a/drivers/media/dvb-frontends/si2168.h
+++ b/drivers/media/dvb-frontends/si2168.h
@@ -46,6 +46,9 @@ struct si2168_config {
/* TS clock gapped */
bool ts_clock_gapped;
+
+ /* Inverted spectrum */
+ bool spectral_inversion;
};
#endif