From patchwork Mon Aug 8 14:54:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Oberritter X-Patchwork-Id: 7587 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Mon, 08 Aug 2011 14:54:52 +0000 Received: from casper.infradead.org [85.118.1.10] by localhost.localdomain with IMAP (fetchmail-6.3.17) for (single-drop); Mon, 08 Aug 2011 11:57:34 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QqREC-0003Ao-6d; Mon, 08 Aug 2011 14:54:52 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752751Ab1HHOyt (ORCPT + 1 other); Mon, 8 Aug 2011 10:54:49 -0400 Received: from mail.dream-property.net ([82.149.226.172]:39120 "EHLO mail.dream-property.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751702Ab1HHOyr (ORCPT ); Mon, 8 Aug 2011 10:54:47 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id B8DB43153574; Mon, 8 Aug 2011 16:54:45 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id f-AiFrYtT7ix; Mon, 8 Aug 2011 16:54:38 +0200 (CEST) Received: from pepe.dream-property.nete (dreamboxupdate.com [82.149.226.174]) by mail.dream-property.net (Postfix) with SMTP id B52EE3152C0C; Mon, 8 Aug 2011 16:54:37 +0200 (CEST) Received: by pepe.dream-property.nete (sSMTP sendmail emulation); Mon, 08 Aug 2011 14:54:37 +0000 From: Andreas Oberritter To: linux-media@vger.kernel.org Cc: user.vdr@gmail.com, alannisota@gmail.com Subject: [PATCH 1/3] DVB: Add SYS_TURBO for north american turbo code FEC Date: Mon, 8 Aug 2011 14:54:35 +0000 Message-Id: <1312815277-9502-1-git-send-email-obi@linuxtv.org> X-Mailer: git-send-email 1.7.2.5 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org - Allow to distinguish turbo code from DVB-S Signed-off-by: Andreas Oberritter --- Documentation/DocBook/media/dvb/dvbproperty.xml | 1 + include/linux/dvb/frontend.h | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml index 207e1a5..75bea04 100644 --- a/Documentation/DocBook/media/dvb/dvbproperty.xml +++ b/Documentation/DocBook/media/dvb/dvbproperty.xml @@ -352,6 +352,7 @@ typedef enum fe_delivery_system { SYS_CMMB, SYS_DAB, SYS_DVBT2, + SYS_TURBO, } fe_delivery_system_t; diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 36a3ed6..1b1094c 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h @@ -349,6 +349,7 @@ typedef enum fe_delivery_system { SYS_CMMB, SYS_DAB, SYS_DVBT2, + SYS_TURBO, } fe_delivery_system_t; struct dtv_cmds_h {