diff options
author | Gerd Knorr <devnull@localhost> | 2005-03-07 12:01:51 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-03-07 12:01:51 +0000 |
commit | 77f714ee869194e214df2fed794d14949a4b008b (patch) | |
tree | 1db54ad6feab1f943aa1f648f00b7181eb398da7 /linux/drivers/media/video/tda8290.c | |
parent | 650841cf65832f8c9fea03dcdde6a1031e4df24f (diff) | |
download | mediapointer-dvb-s2-77f714ee869194e214df2fed794d14949a4b008b.tar.gz mediapointer-dvb-s2-77f714ee869194e214df2fed794d14949a4b008b.tar.bz2 |
- add flyvideo duo.
Diffstat (limited to 'linux/drivers/media/video/tda8290.c')
-rw-r--r-- | linux/drivers/media/video/tda8290.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/tda8290.c b/linux/drivers/media/video/tda8290.c index 02c989204..e0681d088 100644 --- a/linux/drivers/media/video/tda8290.c +++ b/linux/drivers/media/video/tda8290.c @@ -1,5 +1,5 @@ /* - * $Id: tda8290.c,v 1.6 2005/03/04 09:24:56 kraxel Exp $ + * $Id: tda8290.c,v 1.7 2005/03/07 12:01:51 kraxel Exp $ * * i2c tv tuner chip device driver * controls the philips tda8290+75 tuner chip combo. @@ -124,7 +124,7 @@ static int tda8290_tune(struct i2c_client *c) struct i2c_msg easy_mode = { I2C_ADDR_TDA8290, 0, 2, t->i2c_easy_mode }; struct i2c_msg set_freq = - { I2C_ADDR_TDA8290, 0, 8, t->i2c_set_freq }; + { I2C_ADDR_TDA8275, 0, 8, t->i2c_set_freq }; i2c_transfer(c->adapter, &easy_mode, 1); i2c_transfer(c->adapter, i2c_msg_prolog, ARRAY_SIZE(i2c_msg_prolog)); |