Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (12945): SAA7164: Ensure the HVR-2200 second tuner is configured in slave mode.

SAA7164: Ensure the HVR-2200 second tuner is configured in slave mode.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Steven Toth and committed by
Mauro Carvalho Chehab
151ec0d9 8bfd4b29

+1 -1
+1 -1
drivers/media/video/saa7164/saa7164-dvb.c
··· 545 545 /* TODO: addr is in the card struct */ 546 546 dvb_attach(tda18271_attach, port->dvb.frontend, 547 547 0xc0 >> 1, &i2c_bus->i2c_adap, 548 - &hauppauge_hvr22x0_tuner_config); 548 + &hauppauge_hvr22x0s_tuner_config); 549 549 } 550 550 551 551 break;