From patchwork Wed Sep 29 12:40:36 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matti Aaltonen X-Patchwork-Id: 217192 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 o8TCfD3O022565 for ; Wed, 29 Sep 2010 12:41:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755494Ab0I2MlJ (ORCPT ); Wed, 29 Sep 2010 08:41:09 -0400 Received: from smtp.nokia.com ([192.100.122.233]:36806 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751893Ab0I2MlI (ORCPT ); Wed, 29 Sep 2010 08:41:08 -0400 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx06.nokia.com (Switch-3.3.3/Switch-3.3.3) with ESMTP id o8TCeWeX008043; Wed, 29 Sep 2010 15:40:50 +0300 Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 29 Sep 2010 15:40:49 +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); Wed, 29 Sep 2010 15:40:47 +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 o8TCedHL016063; Wed, 29 Sep 2010 15:40:42 +0300 From: "Matti J. Aaltonen" To: linux-media@vger.kernel.org, mchehab@redhat.com, hverkuil@xs4all.nl, eduardo.valentin@nokia.com Cc: "Matti J. Aaltonen" Subject: [PATCH v11 1/4] V4L2: Add seek spacing and RDS CAP bits. Date: Wed, 29 Sep 2010 15:40:36 +0300 Message-Id: <1285764039-5767-2-git-send-email-matti.j.aaltonen@nokia.com> X-Mailer: git-send-email 1.6.1.3 In-Reply-To: <1285764039-5767-1-git-send-email-matti.j.aaltonen@nokia.com> References: <1285764039-5767-1-git-send-email-matti.j.aaltonen@nokia.com> X-OriginalArrivalTime: 29 Sep 2010 12:40:48.0301 (UTC) FILETIME=[8AE235D0:01CB5FD3] 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]); Wed, 29 Sep 2010 12:41:14 +0000 (UTC) diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h index 61490c6..eadcda3 100644 --- a/include/linux/videodev2.h +++ b/include/linux/videodev2.h @@ -1363,6 +1363,8 @@ struct v4l2_modulator { #define V4L2_TUNER_CAP_SAP 0x0020 #define V4L2_TUNER_CAP_LANG1 0x0040 #define V4L2_TUNER_CAP_RDS 0x0080 +#define V4L2_TUNER_CAP_RDS_BLOCK_IO 0x0100 +#define V4L2_TUNER_CAP_RDS_CONTROLS 0x0200 /* Flags for the 'rxsubchans' field */ #define V4L2_TUNER_SUB_MONO 0x0001 @@ -1392,7 +1394,8 @@ struct v4l2_hw_freq_seek { enum v4l2_tuner_type type; __u32 seek_upward; __u32 wrap_around; - __u32 reserved[8]; + __u32 spacing; + __u32 reserved[7]; }; /*