OSDN Git Service

[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 5aea35e..eddfe6f 100644 (file)
@@ -821,6 +821,7 @@ typedef enum fe_hierarchy {
        <programlisting>
 enum fe_interleaving {
        INTERLEAVING_NONE,
+       INTERLEAVING_AUTO,
        INTERLEAVING_240,
        INTERLEAVING_720,
 };
index 2dd5823..c92b4d6 100644 (file)
@@ -222,6 +222,7 @@ typedef enum fe_hierarchy {
 
 enum fe_interleaving {
        INTERLEAVING_NONE,
+       INTERLEAVING_AUTO,
        INTERLEAVING_240,
        INTERLEAVING_720,
 };