diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:25:30 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-11 10:25:30 -0200 |
commit | 9dad7a8ef98c99fbd6c8e7a235426867bdf328f6 (patch) | |
tree | 3c98f73b2e1b3af281a7498180897720ae274d1c /linux/drivers/media/video/saa7134/saa7134-dvb.c | |
parent | 5af359015ddc9e36fc7a6620dbc0e8a1bdd08e93 (diff) | |
parent | a042cc6d0f7afd9f007a070fded78d32606b0133 (diff) | |
download | mediapointer-dvb-s2-9dad7a8ef98c99fbd6c8e7a235426867bdf328f6.tar.gz mediapointer-dvb-s2-9dad7a8ef98c99fbd6c8e7a235426867bdf328f6.tar.bz2 |
merge: http://www.linuxtv.org/hg/~dougsland/v4l-mutex
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/saa7134/saa7134-dvb.c')
-rw-r--r-- | linux/drivers/media/video/saa7134/saa7134-dvb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-dvb.c b/linux/drivers/media/video/saa7134/saa7134-dvb.c index 02a4f7dbd..3ca2378b9 100644 --- a/linux/drivers/media/video/saa7134/saa7134-dvb.c +++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c @@ -841,6 +841,7 @@ static struct tda1004x_config ads_tech_duo_config = { static struct tda10086_config flydvbs = { .demod_address = 0x0e, .invert = 0, + .diseqc_tone = 0, }; /* ================================================================== @@ -955,9 +956,9 @@ static int dvb_init(struct saa7134_dev *dev) configure_tda827x_fe(dev, &tda827x_lifeview_config); break; case SAA7134_BOARD_FLYDVB_TRIO: - if(! use_frontend) { //terrestrial + if(! use_frontend) { /* terrestrial */ configure_tda827x_fe(dev, &lifeview_trio_config); - } else { //satellite + } else { /* satellite */ dev->dvb.frontend = dvb_attach(tda10086_attach, &flydvbs, &dev->i2c_adap); if (dev->dvb.frontend) { if (dvb_attach(tda826x_attach, dev->dvb.frontend, 0x63, |