aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/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 /drivers/media/dvb
parentf051ae1866e67567b4f33371969dee9cdddb34ed (diff)
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 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-core/dvb_frontend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c b/drivers/media/dvb/dvb-core/dvb_frontend.c
index f170e822fad..72ce7935f25 100644
--- a/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1063,6 +1063,7 @@ void dtv_property_adv_params_sync(struct dvb_frontend *fe)
switch(c->modulation) {
case PSK_8:
case APSK_16:
+ case APSK_32:
case QPSK:
p->u.qpsk.symbol_rate = c->symbol_rate;
p->u.qpsk.fec_inner = c->fec_inner;