[media] DVB API: add INTERLEAVING_AUTO
authorAntti Palosaari <crope@iki.fi>
Mon, 13 Aug 2012 01:33:22 +0000 (22:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 13 Aug 2012 19:01:28 +0000 (16:01 -0300)
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>
Documentation/DocBook/media/dvb/dvbproperty.xml
include/linux/dvb/frontend.h

index 5aea35e66af79e26119a020c107b8b97293c24eb..eddfe6f9a7507a89963ac30b617397b30c90e298 100644 (file)
@@ -821,6 +821,7 @@ typedef enum fe_hierarchy {
        <programlisting>
 enum fe_interleaving {
        INTERLEAVING_NONE,
+       INTERLEAVING_AUTO,
        INTERLEAVING_240,
        INTERLEAVING_720,
 };
index 2dd5823b59b9491ceb809e050a81c0dad65ad98b..c92b4d64e013d63b713ab11bce3e8535422e7874 100644 (file)
@@ -222,6 +222,7 @@ typedef enum fe_hierarchy {
 
 enum fe_interleaving {
        INTERLEAVING_NONE,
+       INTERLEAVING_AUTO,
        INTERLEAVING_240,
        INTERLEAVING_720,
 };