summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/si2157.h
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2014-07-15 16:34:36 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-21 21:29:06 -0300
commit05024efe1264c3379135d7223f2c84c8f7ef2172 (patch)
tree95fe2803893dc2970f7c9f0efb9cac52de153f0c /drivers/media/tuners/si2157.h
parentc3b513bd695542dcf6d2da49bdd78ef111db24cc (diff)
downloadop-kernel-dev-05024efe1264c3379135d7223f2c84c8f7ef2172.zip
op-kernel-dev-05024efe1264c3379135d7223f2c84c8f7ef2172.tar.gz
[media] si2157: Add support for spectral inversion
This is needed for PCTV 522e support. Signed-off-by: Matthias Schwarzott <zzam@gentoo.org> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/tuners/si2157.h')
-rw-r--r--drivers/media/tuners/si2157.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/tuners/si2157.h b/drivers/media/tuners/si2157.h
index 4465c46..6da4d5d 100644
--- a/drivers/media/tuners/si2157.h
+++ b/drivers/media/tuners/si2157.h
@@ -29,6 +29,11 @@ struct si2157_config {
* frontend
*/
struct dvb_frontend *fe;
+
+ /*
+ * Spectral Inversion
+ */
+ bool inversion;
};
#endif
OpenPOWER on IntegriCloud