projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5bf204
)
V4L/DVB (8803): s5h1409: Enable QAM_AUTO mode
author
Steven Toth
<stoth@hauppauge.com>
Wed, 3 Sep 2008 20:12:12 +0000
(17:12 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 3 Sep 2008 21:37:19 +0000
(18:37 -0300)
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>
drivers/media/dvb/frontends/s5h1409.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/s5h1409.c
b/drivers/media/dvb/frontends/s5h1409.c
index 5ddb2dca305c9970e5a4ba315fbaed844b8f2754..0a56ae87832a3b3bdbfd6a408fa7aeae7910e25c 100644
(file)
--- a/
drivers/media/dvb/frontends/s5h1409.c
+++ b/
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);