mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-07 06:52:07 +00:00
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>
This commit is contained in:
parent
8a4949b7e9
commit
0a6393ae21
3 changed files with 31 additions and 31 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue