aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2008-09-03 17:12:12 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-09-03 18:37:20 -0300
commit5ca947a999c5ea5147cce3e42a9d790d3b87a246 (patch)
tree3a9cd8d6833968fdfe3f787889bf889b2727da5f /drivers
parentV4L/DVB (8803): s5h1409: Enable QAM_AUTO mode (diff)
downloadlinux-dev-5ca947a999c5ea5147cce3e42a9d790d3b87a246.tar.xz
linux-dev-5ca947a999c5ea5147cce3e42a9d790d3b87a246.zip
V4L/DVB (8804): s5h1411: Enable QAM_AUTO mode
If apps pass QAM_AUTO then we need to obey it. Signed-off-by: Steven Toth <stoth@hauppauge.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/dvb/frontends/s5h1411.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/s5h1411.c b/drivers/media/dvb/frontends/s5h1411.c
index cff360ce1ba3..763ac102c9c7 100644
--- a/drivers/media/dvb/frontends/s5h1411.c
+++ b/drivers/media/dvb/frontends/s5h1411.c
@@ -488,6 +488,7 @@ static int s5h1411_enable_modulation(struct dvb_frontend *fe,
break;
case QAM_64:
case QAM_256:
+ case QAM_AUTO:
dprintk("%s() QAM_AUTO (64/256)\n", __func__);
s5h1411_set_if_freq(fe, state->config->qam_if);
s5h1411_writereg(state, S5H1411_I2C_TOP_ADDR, 0x00, 0x0171);