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

Commit bc548370 authored by Benoit Istin's avatar Benoit Istin Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6746): saa7134-dvb: fix tuning for WinTV HVR-1110



There are several months my hvr1110 stop working.
This is very simple to fix, for my card revision at least, by setting a
missing field to the hauppauge_hvr_1110_config.

Signed-off-by: default avatarBenoit Istin <beistin@gmail.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 0b29669c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -662,6 +662,7 @@ static struct tda1004x_config hauppauge_hvr_1110_config = {
	.if_freq       = TDA10046_FREQ_045,
	.i2c_gate      = 0x4b,
	.tuner_address = 0x61,
	.tuner_config  = 1,
	.request_firmware = philips_tda1004x_request_firmware
};