diff options
author | Steven Toth <stoth@hauppauge.com> | 2008-08-28 10:12:26 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2008-08-28 10:12:26 -0400 |
commit | fca34c3a0afd1a07ab52feb969d39fb5987e5374 (patch) | |
tree | f11868824b6ceb37f65a10f40cc6a1f534006213 /linux/drivers/media/dvb/frontends/s5h1409.c | |
parent | d0ba237cfdce0751f117e7b91758bc9cae3c7451 (diff) | |
download | mediapointer-dvb-s2-fca34c3a0afd1a07ab52feb969d39fb5987e5374.tar.gz mediapointer-dvb-s2-fca34c3a0afd1a07ab52feb969d39fb5987e5374.tar.bz2 |
s5h1409: 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/frontends/s5h1409.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/s5h1409.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/s5h1409.c b/linux/drivers/media/dvb/frontends/s5h1409.c index 5ddb2dca3..0a56ae878 100644 --- a/linux/drivers/media/dvb/frontends/s5h1409.c +++ b/linux/drivers/media/dvb/frontends/s5h1409.c @@ -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); |