summaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorPatrick Boettcher2005-07-15 21:20:26 +0200
committerLinus Torvalds2005-07-15 21:30:15 +0200
commit38d84c3bd6dd22bdb1f797c87006931133d71aea (patch)
tree19f67f841f1624879d96e5b34d184beea0380b55 /drivers/media
parent[PATCH] inotify: MAINTAINERS (diff)
downloadkernel-qcow2-linux-38d84c3bd6dd22bdb1f797c87006931133d71aea.tar.gz
kernel-qcow2-linux-38d84c3bd6dd22bdb1f797c87006931133d71aea.tar.xz
kernel-qcow2-linux-38d84c3bd6dd22bdb1f797c87006931133d71aea.zip
[PATCH] dvb: cx88 output mode fix
The output_mode needs to be set for the Hauppauge Nova-T DVB-T (cx88-dvb.c). Cc: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88-dvb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c
index 00ca40a129b9..6ad1458ab652 100644
--- a/drivers/media/video/cx88/cx88-dvb.c
+++ b/drivers/media/video/cx88/cx88-dvb.c
@@ -180,12 +180,14 @@ static struct mt352_config dntv_live_dvbt_config = {
#if CONFIG_DVB_CX22702
static struct cx22702_config connexant_refboard_config = {
.demod_address = 0x43,
+ .output_mode = CX22702_SERIAL_OUTPUT,
.pll_address = 0x60,
.pll_desc = &dvb_pll_thomson_dtt7579,
};
static struct cx22702_config hauppauge_novat_config = {
.demod_address = 0x43,
+ .output_mode = CX22702_SERIAL_OUTPUT,
.pll_address = 0x61,
.pll_desc = &dvb_pll_thomson_dtt759x,
};