From: Raja Mani <raja_mani@xxxxxx> Extend V4L2 CID list to support 1) RSSI Threshold 2) Alternative Frequency Signed-off-by: Raja Mani <raja_mani@xxxxxx> Signed-off-by: Pramodh AG <pramodh_ag@xxxxxx> Signed-off-by: Manjunatha Halli <x0130808@xxxxxx> --- 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-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html