diff options
author | Andrew de Quincy <devnull@localhost> | 2004-11-14 01:33:13 +0000 |
---|---|---|
committer | Andrew de Quincy <devnull@localhost> | 2004-11-14 01:33:13 +0000 |
commit | 26390c5044d76dc486a178088112cc70b7438b5f (patch) | |
tree | 619dd62cdb8117ebf3ec9f153469904210be889a /linux/drivers/media/dvb/bt8xx | |
parent | 151736b9d8e24ef07b38c73900f7c179f18e9ffd (diff) | |
download | mediapointer-dvb-s2-26390c5044d76dc486a178088112cc70b7438b5f.tar.gz mediapointer-dvb-s2-26390c5044d76dc486a178088112cc70b7438b5f.tar.bz2 |
Fixed demod i2c address
Diffstat (limited to 'linux/drivers/media/dvb/bt8xx')
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c index de05c28e1..cedd03521 100644 --- a/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c +++ b/linux/drivers/media/dvb/bt8xx/dvb-bt8xx.c @@ -334,7 +334,7 @@ static int vp3021_alps_tded4_pll_set(struct dvb_frontend* fe, struct dvb_fronten static struct nxt6000_config vp3021_alps_tded4_config = { - .demod_address = 0x14, + .demod_address = 0x0a, .clock_inversion = 1, .pll_set = vp3021_alps_tded4_pll_set, }; |