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

Commit 0e68785d authored by Frank Schäfer's avatar Frank Schäfer Committed by Mauro Carvalho Chehab
Browse files

[media] gspca_pac7302: avoid duplicate calls of the image quality adjustment...


[media] gspca_pac7302: avoid duplicate calls of the image quality adjustment functions on capturing start

There is no need to call the image quality adjustment functions in sd_start.
The gspca main driver calls v4l2_ctrl_handler_setup in gspca_init_transfer,
which already applies all image control values.

Signed-off-by: default avatarFrank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f58e5cdf
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -673,14 +673,6 @@ static int sd_start(struct gspca_dev *gspca_dev)

	reg_w_var(gspca_dev, start_7302,
		page3_7302, sizeof(page3_7302));
	setbrightcont(gspca_dev);
	setcolors(gspca_dev);
	setwhitebalance(gspca_dev);
	setredbalance(gspca_dev);
	setbluebalance(gspca_dev);
	setexposure(gspca_dev);
	setgain(gspca_dev);
	sethvflip(gspca_dev);

	sd->sof_read = 0;
	sd->autogain_ignore_frames = 0;