From patchwork Tue Feb 26 16:31:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrey Smirnov X-Patchwork-Id: 2186411 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 16F0C3FCF2 for ; Tue, 26 Feb 2013 16:33:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759850Ab3BZQcI (ORCPT ); Tue, 26 Feb 2013 11:32:08 -0500 Received: from mail-pb0-f54.google.com ([209.85.160.54]:57490 "EHLO mail-pb0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757904Ab3BZQcG (ORCPT ); Tue, 26 Feb 2013 11:32:06 -0500 Received: by mail-pb0-f54.google.com with SMTP id rr4so2453734pbb.27 for ; Tue, 26 Feb 2013 08:32:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=/iv8N8H3FFx90AEE/i5u+z3RpCV8m/tKOTRJ07jJd8g=; b=rAyhmlLJe9Sm/m3Vdk4wAB8BJpUpIdGZNy+gU3lopg/9V+1EKn7cA4B1Rjnzs7XIJ/ a8wzqQ9F6EzMswi6u/15vVtyZjp17pwprHfVJ6bU1cL5FGy3w/SAV9I6NvJvgg5INnuq 1/iq4/5d4UzWfm468WuPlWWLEcwBVPlqx0rloslLYL2WOD7/8bpi4DLgzQqUAAIixPIt tIV0KPNAn1T5QVbZB248mE5LU4hPg9Fk5PPHv2WVHZFc5lRPcLpdDPKKsRDtQVPsEvUS +vB1F+7g3x4lAHXMSJMDIigwiBNAfSRJ/vuqWfcVm5gA4/svj+n03rdwUGas6q5lhEYG FQzA== X-Received: by 10.66.146.197 with SMTP id te5mr2486974pab.158.1361896325757; Tue, 26 Feb 2013 08:32:05 -0800 (PST) Received: from charmander.workstations.synapsedev.com ([65.89.160.20]) by mx.google.com with ESMTPS id d1sm1979406pav.6.2013.02.26.08.32.04 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Feb 2013 08:32:04 -0800 (PST) From: Andrey Smirnov To: andrew.smirnov@gmail.com Cc: hverkuil@xs4all.nl, mchehab@redhat.com, sameo@linux.intel.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v6 5/9] v4l2: Fix the type of V4L2_CID_TUNE_PREEMPHASIS in the documentation Date: Tue, 26 Feb 2013 08:31:31 -0800 Message-Id: <1361896295-26138-6-git-send-email-andrew.smirnov@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1361896295-26138-1-git-send-email-andrew.smirnov@gmail.com> References: <1361896295-26138-1-git-send-email-andrew.smirnov@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Change the type of V4L2_CID_TUNE_PREEMPHASIS from 'integer' to 'enum v4l2_preemphasis' Singed-off-by: Andrey Smirnov --- Documentation/DocBook/media/v4l/controls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 9e8f854..1ad20cc 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml @@ -3848,7 +3848,7 @@ in Hz. The range and step are driver-specific. V4L2_CID_TUNE_PREEMPHASIS  - integer + enum v4l2_preemphasis Configures the pre-emphasis value for broadcasting. A pre-emphasis filter is applied to the broadcast to accentuate the high audio frequencies.