mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
8bfd4b290a
commit
151ec0d9ed
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ int saa7164_dvb_register(struct saa7164_tsport *port)
|
|||
/* TODO: addr is in the card struct */
|
||||
dvb_attach(tda18271_attach, port->dvb.frontend,
|
||||
0xc0 >> 1, &i2c_bus->i2c_adap,
|
||||
&hauppauge_hvr22x0_tuner_config);
|
||||
&hauppauge_hvr22x0s_tuner_config);
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue