summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/dibx000_common.h
diff options
context:
space:
mode:
authorPatrick Boettcher2013-04-22 17:45:52 +0200
committerMauro Carvalho Chehab2013-04-22 21:58:16 +0200
commit173a64cb3fcff1993b2aa8113e53fd379f6a968f (patch)
treec1836b2c5208456f61cb7acfcf1771ac5bf444ad /drivers/media/dvb-frontends/dibx000_common.h
parent[media] em28xx: add a missing le16_to_cpu conversion (diff)
downloadkernel-qcow2-linux-173a64cb3fcff1993b2aa8113e53fd379f6a968f.tar.gz
kernel-qcow2-linux-173a64cb3fcff1993b2aa8113e53fd379f6a968f.tar.xz
kernel-qcow2-linux-173a64cb3fcff1993b2aa8113e53fd379f6a968f.zip
[media] dib8000: enhancement
The intend of this patch is to improve the support of the dib8000. Signed-off-by: Olivier Grenie <olivier.grenie@parrot.com> Signed-off-by: Patrick Boettcher <patrick.boettcher@parrot.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dibx000_common.h')
-rw-r--r--drivers/media/dvb-frontends/dibx000_common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/dibx000_common.h b/drivers/media/dvb-frontends/dibx000_common.h
index 5f484881d7b1..b538e0555c95 100644
--- a/drivers/media/dvb-frontends/dibx000_common.h
+++ b/drivers/media/dvb-frontends/dibx000_common.h
@@ -193,7 +193,8 @@ enum frontend_tune_state {
CT_DEMOD_STEP_8,
CT_DEMOD_STEP_9,
CT_DEMOD_STEP_10,
- CT_DEMOD_SEARCH_NEXT = 41,
+ CT_DEMOD_STEP_11,
+ CT_DEMOD_SEARCH_NEXT = 51,
CT_DEMOD_STEP_LOCKED,
CT_DEMOD_STOP,