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

Commit cea0213d authored by Andy Walls's avatar Andy Walls Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11233): mxl5005s: Switch in mxl5005s_set_params should operate on correct values

parent 48f98f75
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4003,12 +4003,11 @@ static int mxl5005s_set_params(struct dvb_frontend *fe,
	/* Change tuner for new modulation type if reqd */
	if (req_mode != state->current_mode) {
		switch (req_mode) {
		case VSB_8:
		case QAM_64:
		case QAM_256:
		case QAM_AUTO:
		case MXL_ATSC:
		case MXL_QAM:
			req_bw  = MXL5005S_BANDWIDTH_6MHZ;
			break;
		case MXL_DVBT:
		default:
			/* Assume DVB-T */
			switch (params->u.ofdm.bandwidth) {