linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C
@ 2011-12-10  4:43 Manu Abraham
  2011-12-10 12:29 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 12+ messages in thread
From: Manu Abraham @ 2011-12-10  4:43 UTC (permalink / raw)
  To: Linux Media Mailing List

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0006-DVB-Use-a-unique-delivery-system-identifier-for-DVBC.patch --]
[-- Type: text/x-patch, Size: 1171 bytes --]

From 92a79a1e0a1b5403f06f60661f00ede365b10108 Mon Sep 17 00:00:00 2001
From: Manu Abraham <abraham.manu@gmail.com>
Date: Thu, 24 Nov 2011 17:09:09 +0530
Subject: [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C,
 just like any other. DVBC_ANNEX_A and DVBC_ANNEX_C have slightly
 different parameters and used in 2 geographically different
 locations.

Signed-off-by: Manu Abraham <abraham.manu@gmail.com>
---
 include/linux/dvb/frontend.h |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h
index f80b863..a3c7623 100644
--- a/include/linux/dvb/frontend.h
+++ b/include/linux/dvb/frontend.h
@@ -335,7 +335,7 @@ typedef enum fe_rolloff {
 
 typedef enum fe_delivery_system {
 	SYS_UNDEFINED,
-	SYS_DVBC_ANNEX_AC,
+	SYS_DVBC_ANNEX_A,
 	SYS_DVBC_ANNEX_B,
 	SYS_DVBT,
 	SYS_DSS,
@@ -352,8 +352,13 @@ typedef enum fe_delivery_system {
 	SYS_DAB,
 	SYS_DVBT2,
 	SYS_TURBO,
+	SYS_DVBC_ANNEX_C,
 } fe_delivery_system_t;
 
+
+#define SYS_DVBC_ANNEX_AC	SYS_DVBC_ANNEX_A
+
+
 struct dtv_cmds_h {
 	char	*name;		/* A display name for debugging purposes */
 
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-12-17 13:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-10  4:43 v4 [PATCH 06/10] DVB: Use a unique delivery system identifier for DVBC_ANNEX_C Manu Abraham
2011-12-10 12:29 ` Mauro Carvalho Chehab
2011-12-12  3:59   ` Manu Abraham
2011-12-12 13:19     ` Mauro Carvalho Chehab
2011-12-12 13:40       ` Manu Abraham
2011-12-12 13:56         ` Mauro Carvalho Chehab
2011-12-12 15:00           ` Manu Abraham
2011-12-12 16:22             ` Mauro Carvalho Chehab
2011-12-12 18:08               ` Manu Abraham
2011-12-12 21:24           ` Andreas Oberritter
2011-12-17 13:24             ` Mauro Carvalho Chehab
     [not found]         ` <4EE6588E.4030607@deckpoint.ch>
2011-12-12 20:01           ` Manu Abraham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).