summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/s5h1409.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-08-29 18:44:28 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-08-29 18:44:28 -0300
commit0d94457362e746152a89bc3c360614ff3b165ebd (patch)
treed5c6f9556917c80795188930ea304c9c946b1658 /linux/drivers/media/dvb/frontends/s5h1409.c
parent3308516a2fe5ca58a64f65fe813de98f3637d653 (diff)
parent12f94239ed702b3d00dcd76e455777825b38b1e8 (diff)
downloadmediapointer-dvb-s2-0d94457362e746152a89bc3c360614ff3b165ebd.tar.gz
mediapointer-dvb-s2-0d94457362e746152a89bc3c360614ff3b165ebd.tar.bz2
merge: http://www.linuxtv.org/hg/~stoth/cleanups
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/s5h1409.c')
-rw-r--r--linux/drivers/media/dvb/frontends/s5h1409.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/s5h1409.c b/linux/drivers/media/dvb/frontends/s5h1409.c
index 5ddb2dca3..7500a1c53 100644
--- a/linux/drivers/media/dvb/frontends/s5h1409.c
+++ b/linux/drivers/media/dvb/frontends/s5h1409.c
@@ -1,7 +1,7 @@
/*
Samsung S5H1409 VSB/QAM demodulator driver
- Copyright (C) 2006 Steven Toth <stoth@hauppauge.com>
+ Copyright (C) 2006 Steven Toth <stoth@linuxtv.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -404,6 +404,7 @@ static int s5h1409_enable_modulation(struct dvb_frontend* fe,
break;
case QAM_64:
case QAM_256:
+ case QAM_AUTO:
dprintk("%s() QAM_AUTO (64/256)\n", __func__);
if (state->if_freq != S5H1409_QAM_IF_FREQ)
s5h1409_set_if_freq(fe, S5H1409_QAM_IF_FREQ);