소스 검색

[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>
Antti Palosaari 13 년 전
부모
커밋
8746adda9e
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Documentation/DocBook/media/dvb/dvbproperty.xml
  2. 1 0
      include/linux/dvb/frontend.h

+ 1 - 0
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,
 };

+ 1 - 0
include/linux/dvb/frontend.h

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