diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2013-06-02 14:52:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-08 20:12:48 -0300 |
commit | fa64cfd2fc8b66918e7889deeaec87d77fb96f89 (patch) | |
tree | 2a5ff9d61d1ee25570759424fd17d929f88c1573 /drivers/media/dvb-frontends/stb0899_drv.h | |
parent | 2eeed77fd1f54eb8cd34f409381eb7be2da4bc51 (diff) | |
download | linux-stable-fa64cfd2fc8b66918e7889deeaec87d77fb96f89.tar.gz linux-stable-fa64cfd2fc8b66918e7889deeaec87d77fb96f89.tar.bz2 linux-stable-fa64cfd2fc8b66918e7889deeaec87d77fb96f89.zip |
[media] stb0899: enable auto inversion handling unconditionally
It seems that current inversion handling addresses only the signal
routing on the PCB, i. e. IQ signals are either swapped or not.
But when the device is operated in a Satellite Channel Router (SCR)
environment, an additional inversion is required due to the way how
the SCR works. Therefore it makes sense to me to always enable auto
inversion handling and drop the enum value IQ_SWAP_AUTO.
Signed-off-by: Reinhard Nißl <rnissl@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/stb0899_drv.h')
-rw-r--r-- | drivers/media/dvb-frontends/stb0899_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/stb0899_drv.h b/drivers/media/dvb-frontends/stb0899_drv.h index 8d26ff6eb1db..1ddad6a8cc07 100644 --- a/drivers/media/dvb-frontends/stb0899_drv.h +++ b/drivers/media/dvb-frontends/stb0899_drv.h @@ -47,7 +47,6 @@ struct stb0899_s2_reg { enum stb0899_inversion { IQ_SWAP_OFF = 0, IQ_SWAP_ON, - IQ_SWAP_AUTO }; #define STB0899_GPIO00 0xf140 |