summaryrefslogtreecommitdiff
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2012-08-13 01:33:22 (GMT)
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 19:01:28 (GMT)
commit8746adda9eec9da9a2c5c2944740163628bd1d68 (patch)
tree807165f1573ba80a921b1e5eee27ee0f034ec2de /Documentation/DocBook
parent224b6642f5e82a1b21f6b552c799fa02e527d542 (diff)
downloadlinux-fsl-qoriq-8746adda9eec9da9a2c5c2944740163628bd1d68.tar.xz
[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 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/media/dvb/dvbproperty.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 5aea35e..eddfe6f 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -821,6 +821,7 @@ typedef enum fe_hierarchy {
<programlisting>
enum fe_interleaving {
INTERLEAVING_NONE,
+ INTERLEAVING_AUTO,
INTERLEAVING_240,
INTERLEAVING_720,
};