diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-08-29 13:41:18 -0400 |
---|---|---|
committer | Steven Toth <stoth@kernellabs.com> | 2009-08-29 13:41:18 -0400 |
commit | c13efc956770743a82a0f143404522cea1f99c47 (patch) | |
tree | eb0cefa954ecf414ecab5a2cbcdcdedd560a6f38 /linux/drivers/media/video | |
parent | 85526767d709cf563347648fed556f6994cd1ffc (diff) | |
download | mediapointer-dvb-s2-c13efc956770743a82a0f143404522cea1f99c47.tar.gz mediapointer-dvb-s2-c13efc956770743a82a0f143404522cea1f99c47.tar.bz2 |
SAA7164: Ensure the HVR-2200 second tuner is configured in slave mode.
From: Steven Toth <stoth@kernellabs.com>
SAA7164: Ensure the HVR-2200 second tuner is configured in slave mode.
Priority: normal
Signed-off-by: Steven Toth <stoth@kernellabs.com>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/saa7164/saa7164-dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/saa7164/saa7164-dvb.c b/linux/drivers/media/video/saa7164/saa7164-dvb.c index 768f7938d..be01ea5e8 100644 --- a/linux/drivers/media/video/saa7164/saa7164-dvb.c +++ b/linux/drivers/media/video/saa7164/saa7164-dvb.c @@ -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; |