From patchwork Thu Aug 26 09:02:18 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matti Aaltonen X-Patchwork-Id: 133901 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o7Q92asl023479 for ; Thu, 26 Aug 2010 09:03:23 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753537Ab0HZJCj (ORCPT ); Thu, 26 Aug 2010 05:02:39 -0400 Received: from smtp.nokia.com ([192.100.122.233]:51360 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753295Ab0HZJCg (ORCPT ); Thu, 26 Aug 2010 05:02:36 -0400 Received: from esebh105.NOE.Nokia.com (esebh105.ntc.nokia.com [172.21.138.211]) by mgw-mx06.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o7Q91sGf004958; Thu, 26 Aug 2010 12:02:22 +0300 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by esebh105.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 26 Aug 2010 12:02:21 +0300 Received: from mgw-da02.ext.nokia.com ([147.243.128.26]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 26 Aug 2010 12:02:20 +0300 Received: from localhost.localdomain (masi.nmp.nokia.com [172.22.211.19]) by mgw-da02.ext.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o7Q925Fi014430; Thu, 26 Aug 2010 12:02:16 +0300 From: "Matti J. Aaltonen" To: linux-media@vger.kernel.org, hverkuil@xs4all.nl, eduardo.valentin@nokia.com, mchehab@redhat.com Cc: "Matti J. Aaltonen" Subject: [PATCH v8 5/5] Documentation: v4l: Add hw_seek spacing and FM_RX class Date: Thu, 26 Aug 2010 12:02:18 +0300 Message-Id: <1282813338-13882-6-git-send-email-matti.j.aaltonen@nokia.com> X-Mailer: git-send-email 1.6.1.3 In-Reply-To: <1282813338-13882-5-git-send-email-matti.j.aaltonen@nokia.com> References: <1282813338-13882-1-git-send-email-matti.j.aaltonen@nokia.com> <1282813338-13882-2-git-send-email-matti.j.aaltonen@nokia.com> <1282813338-13882-3-git-send-email-matti.j.aaltonen@nokia.com> <1282813338-13882-4-git-send-email-matti.j.aaltonen@nokia.com> <1282813338-13882-5-git-send-email-matti.j.aaltonen@nokia.com> X-OriginalArrivalTime: 26 Aug 2010 09:02:21.0412 (UTC) FILETIME=[64862A40:01CB44FD] X-Nokia-AV: Clean Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 26 Aug 2010 09:03:24 +0000 (UTC) diff --git a/Documentation/DocBook/v4l/controls.xml b/Documentation/DocBook/v4l/controls.xml index 8408caa..e9512eb 100644 --- a/Documentation/DocBook/v4l/controls.xml +++ b/Documentation/DocBook/v4l/controls.xml @@ -2088,6 +2088,77 @@ manually or automatically if set to zero. Unit, range and step are driver-specif For more details about RDS specification, refer to document, from CENELEC. +
+ FM Tuner Control Reference + + The FM Tuner (FM_RX) class includes controls for common features of +devices that are capable of receiving FM transmissions. Currently this class includes a parameter +defining the FM radio band being used. + + + FM_RX Control IDs + + + + + + + + + + + ID + Type + Description + + + + + + V4L2_CID_FM_RX_CLASS  + class + The FM_RX class +descriptor. Calling &VIDIOC-QUERYCTRL; for this control will return a +description of this control class. + + + V4L2_CID_FM_RX_BAND  + integer + + Configures the FM radio +frequency range being used. Currently there are three bands in use, see Wikipedia. +Usually 87.5 to 108.0 MHz is used, or some portion thereof, with a few exceptions: +In Japan, the band 76-90 MHz is used and in the former Soviet republics +and some Eastern European countries, the older 65-74 MHz band, +referred also to as the OIRT band, is still used. + +The enum  v4l2_fm_rx_band defines possible values for the FM band. They are: + + + + + V4L2_FM_BAND_OTHER  + Frequencies from 87.5 to 108.0 MHz + + + V4L2_FM_BAND_JAPAN  + from 65 to 74 MHz + + + V4L2_FM_BAND_OIRT  + from 65 to 74 MHz + + + + + + + + +
+ +