From patchwork Wed Mar 27 02:47:22 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andrey Smirnov X-Patchwork-Id: 2347131 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 4F948400EC for ; Wed, 27 Mar 2013 02:48:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754792Ab3C0CsI (ORCPT ); Tue, 26 Mar 2013 22:48:08 -0400 Received: from mail-da0-f54.google.com ([209.85.210.54]:49686 "EHLO mail-da0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754542Ab3C0Cru (ORCPT ); Tue, 26 Mar 2013 22:47:50 -0400 Received: by mail-da0-f54.google.com with SMTP id p1so3914449dad.13 for ; Tue, 26 Mar 2013 19:47:50 -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=tU7wgbB3wiHaEaIDEk/EMJyOqdny6QqZv/OPvXVefpw4QSXv2PO9vqD0CChiikXvW0 Dl8UZbxOJZ+94W6kXa6uAHbqbinEK2+Dip3xK9MskpuIWFD3C3nghRo4vAa++WlWP5QD fytsAXbiZ1SpaEd4bhdkktgcWjIfJoLVaKkjJQkZrHO9YR6ZFT4itTplz4lRgEcxFNju nwVzxpCsWwX+M81dh8k2TW6l7/Ea9IKoF+D2EF6TD3lnJZsNKYU+i4FOIy0P5+Qgq5Pv Dbo3fhOOhWCYwuM7I9kCHF3Mm0RCiXJ8eqOJH3PiEbTrLQDG1LvwO+ISgcOJzjt1F6v3 HgHg== X-Received: by 10.66.121.98 with SMTP id lj2mr27530473pab.166.1364352470059; Tue, 26 Mar 2013 19:47:50 -0700 (PDT) Received: from localhost.localdomain (c-24-19-54-161.hsd1.wa.comcast.net. [24.19.54.161]) by mx.google.com with ESMTPS id gf1sm19616616pbc.24.2013.03.26.19.47.48 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Mar 2013 19:47:49 -0700 (PDT) From: Andrey Smirnov To: mchehab@redhat.com Cc: andrew.smirnov@gmail.com, hverkuil@xs4all.nl, sameo@linux.intel.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v8 5/9] v4l2: Fix the type of V4L2_CID_TUNE_PREEMPHASIS in the documentation Date: Tue, 26 Mar 2013 19:47:22 -0700 Message-Id: <1364352446-28572-6-git-send-email-andrew.smirnov@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1364352446-28572-1-git-send-email-andrew.smirnov@gmail.com> References: <1364352446-28572-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.