summaryrefslogtreecommitdiffstats
path: root/include/linux/dvb/frontend.h
diff options
context:
space:
mode:
authorAntti Palosaari2012-08-13 03:33:22 +0200
committerMauro Carvalho Chehab2012-08-13 21:01:28 +0200
commit8746adda9eec9da9a2c5c2944740163628bd1d68 (patch)
tree807165f1573ba80a921b1e5eee27ee0f034ec2de /include/linux/dvb/frontend.h
parent[media] add DTMB support for DVB API (diff)
downloadkernel-qcow2-linux-8746adda9eec9da9a2c5c2944740163628bd1d68.tar.gz
kernel-qcow2-linux-8746adda9eec9da9a2c5c2944740163628bd1d68.tar.xz
kernel-qcow2-linux-8746adda9eec9da9a2c5c2944740163628bd1d68.zip
[media] DVB API: add INTERLEAVING_AUTO
After thinking twice, I ended up adding own value for AUTO interleaving instead of using NONE. API minor number is not needed to increase as that patch should be the same Kernel as interleaving parameter is initially added. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r--include/linux/dvb/frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index 2dd5823b59b9..c92b4d64e013 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -222,6 +222,7 @@ typedef enum fe_hierarchy {
enum fe_interleaving {
INTERLEAVING_NONE,
+ INTERLEAVING_AUTO,
INTERLEAVING_240,
INTERLEAVING_720,
};