diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:06:48 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-10-06 20:06:48 -0400 |
commit | 31c81249db3eef850974230edaf630efdadfcb22 (patch) | |
tree | b2aad2684bda86649d51e7a5a1b4ace4876c790b /linux/include | |
parent | 521660205e8430f1e9b94a20667430407f874cf1 (diff) | |
download | mediapointer-dvb-s2-31c81249db3eef850974230edaf630efdadfcb22.tar.gz mediapointer-dvb-s2-31c81249db3eef850974230edaf630efdadfcb22.tar.bz2 |
S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16
From: Steven Toth <stoth@linuxtv.org>
... 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.
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index 367e18da0..80f7d9217 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -164,9 +164,8 @@ typedef enum fe_modulation { QAM_AUTO, VSB_8, VSB_16, - _8PSK, - _16APSK, - NBC_QPSK, + PSK_8, + APSK_16, DQPSK, } fe_modulation_t; |