Merge "video: driver: remove config dependencies"
This commit is contained in:

کامیت شده توسط
Gerrit - the friendly Code Review server

کامیت
8df204443f
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "msm_vidc_core.h"
|
||||
|
||||
#if defined(CONFIG_MSM_VIDC_IRIS2)
|
||||
#if defined(CONFIG_MSM_VIDC_WAIPIO)
|
||||
int msm_vidc_init_iris2(struct msm_vidc_core *core);
|
||||
int msm_vidc_deinit_iris2(struct msm_vidc_core *core);
|
||||
int msm_vidc_adjust_blur_type_iris2(void *instance, struct v4l2_ctrl *ctrl);
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "msm_vidc_core.h"
|
||||
|
||||
#if defined(CONFIG_MSM_VIDC_IRIS3)
|
||||
#if defined(CONFIG_MSM_VIDC_KALAMA)
|
||||
int msm_vidc_init_iris3(struct msm_vidc_core *core);
|
||||
int msm_vidc_deinit_iris3(struct msm_vidc_core *core);
|
||||
int msm_vidc_adjust_bitrate_boost_iris3(void *instance, struct v4l2_ctrl *ctrl);
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "msm_vidc_core.h"
|
||||
|
||||
#if defined(CONFIG_MSM_VIDC_IRIS33)
|
||||
#if defined(CONFIG_MSM_VIDC_PINEAPPLE)
|
||||
int msm_vidc_init_iris33(struct msm_vidc_core *core);
|
||||
int msm_vidc_deinit_iris33(struct msm_vidc_core *core);
|
||||
int msm_vidc_adjust_bitrate_boost_iris33(void *instance, struct v4l2_ctrl *ctrl);
|
||||
|
مرجع در شماره جدید
Block a user