aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dvb
diff options
context:
space:
mode:
authorManu Abraham <abraham.manu@gmail.com>2008-10-14 19:48:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-17 17:15:37 -0300
commit97854829b97093ae172144a2597fc49ea203dcf3 (patch)
tree1135de531d8cbf1488f8f4ec2e2fb45c029237f9 /include/linux/dvb
parentV4L/DVB (9194): stk-webcam: fix crash on close after disconnect (diff)
downloadlinux-dev-97854829b97093ae172144a2597fc49ea203dcf3.tar.xz
linux-dev-97854829b97093ae172144a2597fc49ea203dcf3.zip
V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2 delivery
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb')
-rw-r--r--include/linux/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 6e4ace270276..38942f731b9b 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -166,6 +166,7 @@ typedef enum fe_modulation {
VSB_16,
PSK_8,
APSK_16,
+ APSK_32,
DQPSK,
} fe_modulation_t;