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

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

V4L/DVB (4282): Fix: use swzigzag for swalgo

parent 00e158d5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -570,7 +570,8 @@ static int dvb_frontend_thread(void *data)
					dvb_frontend_add_event(fe, s);
					fepriv->status = s;
				}
			}
			} else
				dvb_frontend_swzigzag(fe);
		} else
			dvb_frontend_swzigzag(fe);
	}