diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-28 10:13:58 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-08-28 10:13:58 -0400 |
commit | bca4ef4dfa8dd5f853124c1d6659d6f94056641e (patch) | |
tree | 7f1d3401b991706c5846e8e2787661ab7fb5cd8d /linux/drivers/media/dvb | |
parent | fca34c3a0afd1a07ab52feb969d39fb5987e5374 (diff) | |
download | mediapointer-dvb-s2-bca4ef4dfa8dd5f853124c1d6659d6f94056641e.tar.gz mediapointer-dvb-s2-bca4ef4dfa8dd5f853124c1d6659d6f94056641e.tar.bz2 |
s5h1411: Enable QAM_AUTO mode
From: Steven Toth <stoth@hauppauge.com>
If apps pass QAM_AUTO then we need to obey it.
Priority: normal
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/frontends/s5h1411.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/s5h1411.c b/linux/drivers/media/dvb/frontends/s5h1411.c index cff360ce1..763ac102c 100644 --- a/linux/drivers/media/dvb/frontends/s5h1411.c +++ b/linux/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); |