diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-06 23:40:36 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:16 -0500 |
commit | 3ba71d2194500d1a9fef1b8491b9e0c168e7d46e (patch) | |
tree | 8399dcce77527d6e6ca2228027d6f9768ca84e9c /drivers/media/video/cx23885/cx23885-cards.c | |
parent | 4cd8a7bd65a29c5b7833de177622cb2534d5e868 (diff) |
V4L/DVB (6900): cx23885: enable EZ-QAM mode for Hauppauge WinTV HVR-1800
Add module option 'alt_tuner' disabled by default.
When set to one, the dvb_frontend of HVR1800 will consist of:
s5h1409 demod + tda18271 tuner
When set zero (default), the dvb_frontend of HVR1800 will consist of:
s5h1409 demod + mt2131 tuner
If the tda18271 is used in digital mode, you will not be able to
tune an analog channel at the same time.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index e11fa10a13a6..fbf93c63dcaa 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -246,7 +246,8 @@ void cx23885_gpio_setup(struct cx23885_dev *dev) | |||
246 | /* GPIO-11-14 cx23417 addr0-3 */ | 246 | /* GPIO-11-14 cx23417 addr0-3 */ |
247 | /* GPIO-15-18 cx23417 READY, CS, RD, WR */ | 247 | /* GPIO-15-18 cx23417 READY, CS, RD, WR */ |
248 | /* GPIO-19 IR_RX */ | 248 | /* GPIO-19 IR_RX */ |
249 | // FIXME: Analog requires the tuner is brought out of reset | 249 | |
250 | cx_set(GP0_IO, 0x00040004); /* Bring the tuner out of reset */ | ||
250 | break; | 251 | break; |
251 | } | 252 | } |
252 | } | 253 | } |