From patchwork Thu Apr 18 16:58: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: 2461771 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 82725DF2F2 for ; Thu, 18 Apr 2013 17:03:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967529Ab3DRQ7N (ORCPT ); Thu, 18 Apr 2013 12:59:13 -0400 Received: from mail-pa0-f43.google.com ([209.85.220.43]:47013 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967434Ab3DRQ7L (ORCPT ); Thu, 18 Apr 2013 12:59:11 -0400 Received: by mail-pa0-f43.google.com with SMTP id hz11so1738308pad.30 for ; Thu, 18 Apr 2013 09:59:10 -0700 (PDT) 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=JkXyloz/OxIVBqKyCVMOJakB7iQP3iYbec/V5r0RIgg=; b=bmJDCaFi4FAsnnxD8wtseGRoq1s+22vUQQdwz+4mF1J/PfKnzgiNd4bWXVRKakIcXU dGaaFKz1o78OGpyuUYfaZ8BtdgMufgyToYZ3keH+7VBScTGmN50KfYC5LJyKNcnnhEDG 0vWI6afiZeGWo01PjdHF07OWJc6vQVPgcc7lxQFF61ieqK8FVd92mMkpNzh3w8/7Hx98 2V+e3h7FGHZC8sSKmfEuT7/7mYvNffXec4Mgwwnwgi192lZQWh51pXE3xtCdsHCrW13x ue9QHWCTLIPAVf3/M74g2s1V9NJbrsV75l3TiqM0O7HDd913BSxjU2l74kyFEnZjnHhK WeNg== X-Received: by 10.67.2.68 with SMTP id bm4mr14341881pad.9.1366304350917; Thu, 18 Apr 2013 09:59:10 -0700 (PDT) Received: from charmander.workstations.synapsedev.com ([65.89.160.20]) by mx.google.com with ESMTPS id do4sm10491136pbc.8.2013.04.18.09.59.08 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Apr 2013 09:59:10 -0700 (PDT) From: Andrey Smirnov To: sameo@linux.intel.com Cc: mchehab@redhat.com, andrew.smirnov@gmail.com, hverkuil@xs4all.nl, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 05/12] v4l2: Fix the type of V4L2_CID_TUNE_PREEMPHASIS in the documentation Date: Thu, 18 Apr 2013 09:58:31 -0700 Message-Id: <1366304318-29620-6-git-send-email-andrew.smirnov@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1366304318-29620-1-git-send-email-andrew.smirnov@gmail.com> References: <1366304318-29620-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' Acked-by: Hans Verkuil Signed-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.