diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:06:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-13 10:27:24 -0400 |
commit | 0a6393ae21d58e85882185ce1e6b0fe28ff2dfa6 (patch) | |
tree | 658582ca377a3d41dd9717dcac9ae397411567dd /include | |
parent | 8a4949b7e98cbb9e304416ecf6da978e1fb1fb9e (diff) |
V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16
... and cleanup any drivers using them.
I've also removed NBC_QPSK and modified the cx24116 driver to check
the delivery_type also, removing some excess namespace baggage.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dvb/frontend.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 1cfcd1a86e8a..291dd8e5e58d 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -164,9 +164,8 @@ typedef enum fe_modulation { | |||
164 | QAM_AUTO, | 164 | QAM_AUTO, |
165 | VSB_8, | 165 | VSB_8, |
166 | VSB_16, | 166 | VSB_16, |
167 | _8PSK, | 167 | PSK_8, |
168 | _16APSK, | 168 | APSK_16, |
169 | NBC_QPSK, | ||
170 | DQPSK, | 169 | DQPSK, |
171 | } fe_modulation_t; | 170 | } fe_modulation_t; |
172 | 171 | ||