Skip to content

Commit 8746add

Browse files
palosaariMauro Carvalho Chehab
authored andcommitted
[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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 224b664 commit 8746add

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/DocBook/media/dvb/dvbproperty.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ typedef enum fe_hierarchy {
821821
<programlisting>
822822
enum fe_interleaving {
823823
INTERLEAVING_NONE,
824+
INTERLEAVING_AUTO,
824825
INTERLEAVING_240,
825826
INTERLEAVING_720,
826827
};

include/linux/dvb/frontend.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ typedef enum fe_hierarchy {
222222

223223
enum fe_interleaving {
224224
INTERLEAVING_NONE,
225+
INTERLEAVING_AUTO,
225226
INTERLEAVING_240,
226227
INTERLEAVING_720,
227228
};

0 commit comments

Comments
 (0)