From d4c779bc91d1faef76351ccd6d326f729cdfcb1e Mon Sep 17 00:00:00 2001 From: Brad Love Date: Wed, 17 Jan 2018 17:31:58 -0500 Subject: 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 Signed-off-by: Mauro Carvalho Chehab --- drivers/media/dvb-frontends/si2168_priv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/media/dvb-frontends/si2168_priv.h') diff --git a/drivers/media/dvb-frontends/si2168_priv.h b/drivers/media/dvb-frontends/si2168_priv.h index 3c8746a20038..2d362e162ade 100644 --- a/drivers/media/dvb-frontends/si2168_priv.h +++ b/drivers/media/dvb-frontends/si2168_priv.h @@ -48,6 +48,7 @@ struct si2168_dev { u8 ts_mode; bool ts_clock_inv; bool ts_clock_gapped; + bool spectral_inversion; }; /* firmware command struct */ -- cgit