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

Commit e0ee77ac authored by Manu Abraham's avatar Manu Abraham Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (9416): Hmmph, a proper calculation broke the working behaviour.



Need some thoughts, temporary for now ..

Signed-off-by: default avatarManu Abraham <manu@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 6c1022cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1540,7 +1540,7 @@ static enum dvbfe_search stb0899_search(struct dvb_frontend *fe, struct dvbfe_pa
		if (i_params->srate <= 5000000)
			stb0899_set_mclk(state, 76500000);
		else
			stb0899_set_mclk(state, 99000000);
			stb0899_set_mclk(state, 90000000);

		switch (state->delsys) {
		case DVBFE_DELSYS_DVBS: