diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2007-09-25 00:38:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-29 20:53:16 +0100 |
commit | ecdec311806220d6e88e3ac52936cc30e1580810 (patch) | |
tree | 94b8dd0a6ff63288305cc4e1e09d10a3611adecf /drivers/media/dvb/frontends/stb0899_priv.h | |
parent | V4L/DVB (9400): stb6100: Code Simplification (diff) | |
download | linux-ecdec311806220d6e88e3ac52936cc30e1580810.tar.xz linux-ecdec311806220d6e88e3ac52936cc30e1580810.zip |
V4L/DVB (9401): Code Simplification
Use an enumeration for I/Q Swap rather than an int,
easier to spot the nasty ones
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/stb0899_priv.h')
-rw-r--r-- | drivers/media/dvb/frontends/stb0899_priv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb/frontends/stb0899_priv.h b/drivers/media/dvb/frontends/stb0899_priv.h index 47e533dd417d..73790b4e3453 100644 --- a/drivers/media/dvb/frontends/stb0899_priv.h +++ b/drivers/media/dvb/frontends/stb0899_priv.h @@ -137,12 +137,6 @@ enum stb0899_frame { STB0899_SHORT_FRAME }; -enum stb0899_inversion { - IQ_SWAP_OFF = 0, - IQ_SWAP_ON, - IQ_SWAP_AUTO -}; - enum stb0899_alpha { RRC_20, RRC_25, |