commit | 97854829b97093ae172144a2597fc49ea203dcf3 | [log] [tgz] |
---|---|---|
author | Manu Abraham <abraham.manu@gmail.com> | Tue Oct 14 19:48:07 2008 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Oct 17 17:15:37 2008 -0300 |
tree | 1135de531d8cbf1488f8f4ec2e2fb45c029237f9 | |
parent | f051ae1866e67567b4f33371969dee9cdddb34ed [diff] [blame] |
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>
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 6e4ace2..38942f7 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h
@@ -166,6 +166,7 @@ VSB_16, PSK_8, APSK_16, + APSK_32, DQPSK, } fe_modulation_t;