1
0
Fork 0

[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>
hifive-unleashed-5.1
Antti Palosaari 2012-08-12 22:33:22 -03:00 committed by Mauro Carvalho Chehab
parent 224b6642f5
commit 8746adda9e
2 changed files with 2 additions and 0 deletions

View File

@ -821,6 +821,7 @@ typedef enum fe_hierarchy {
<programlisting>
enum fe_interleaving {
INTERLEAVING_NONE,
INTERLEAVING_AUTO,
INTERLEAVING_240,
INTERLEAVING_720,
};

View File

@ -222,6 +222,7 @@ typedef enum fe_hierarchy {
enum fe_interleaving {
INTERLEAVING_NONE,
INTERLEAVING_AUTO,
INTERLEAVING_240,
INTERLEAVING_720,
};