Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eafeda96 authored by Maks Naumov's avatar Maks Naumov Committed by Mauro Carvalho Chehab
Browse files

[media] media: stv0367: fix frontend modulation initialization with FE_CAB_MOD_QAM256



It was using the wrong constant for QAM256 on get_frontend.

Signed-off-by: default avatarMaks Naumov <maksqwe1@ukr.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 78e719a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3163,7 +3163,7 @@ static int stv0367cab_get_frontend(struct dvb_frontend *fe)
	case FE_CAB_MOD_QAM128:
		p->modulation = QAM_128;
		break;
	case QAM_256:
	case FE_CAB_MOD_QAM256:
		p->modulation = QAM_256;
		break;
	default: