[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1285156119-28531-8-git-send-email-x0130808@ti.com>
Date: Wed, 22 Sep 2010 07:48:37 -0400
From: x0130808@...com
To: linux-kernel@...r.kernel.org
Cc: Raja Mani <raja_mani@...com>, Pramodh AG <pramodh_ag@...com>,
Manjunatha Halli <x0130808@...com>
Subject: [RFC/PATCH 7/9] include:linux:videodev2: Define 2 new CIDs for FM RX
From: Raja Mani <raja_mani@...com>
Extend V4L2 CID list to support
1) RSSI Threshold
2) Alternative Frequency
Signed-off-by: Raja Mani <raja_mani@...com>
Signed-off-by: Pramodh AG <pramodh_ag@...com>
Signed-off-by: Manjunatha Halli <x0130808@...com>
---
include/linux/videodev2.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index e9d018d..369987b 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -1374,6 +1374,13 @@ enum v4l2_fm_band {
V4L2_FM_BAND_OIRT = 2
};
+#define V4L2_CID_RSSI_THRESHOLD (V4L2_CID_FM_RX_CLASS_BASE + 2)
+#define V4L2_CID_TUNE_AF (V4L2_CID_FM_RX_CLASS_BASE + 3)
+enum v4l2_tune_af {
+ V4L2_FM_AF_OFF = 0,
+ V4L2_FM_AF_ON = 1
+};
+
/*
* T U N I N G
*/
--
1.5.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists