1 /* 2 ************************************************************************* 3 * Rockchip driver for CIF ISP 1.0 4 * (Based on Intel driver for sofiaxxx) 5 * 6 * Copyright (C) 2015 Intel Mobile Communications GmbH 7 * Copyright (C) 2016 Fuzhou Rockchip Electronics Co., Ltd. 8 * 9 * 10 * This program is free software; you can redistribute it and/or modify 11 * it under the terms of the GNU General Public License as published by 12 * the Free Software Foundation; either version 2 of the License, or 13 * (at your option) any later version. 14 ************************************************************************* 15 */ 16 17 #ifndef _V4L2_CONTROLS_ROCKCHIP_H 18 #define _V4L2_CONTROLS_ROCKCHIP_H 19 20 #include <linux/videodev2.h> 21 22 #define V4L2_CID_USER_RK_BASE (V4L2_CID_USER_BASE + 0x1080) 23 24 #define RK_V4L2_CID_AUDIO_SAMPLING_RATE (V4L2_CID_USER_RK_BASE + 0x100) 25 #define RK_V4L2_CID_AUDIO_PRESENT (V4L2_CID_USER_RK_BASE + 0x101) 26 27 #endif 28