aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/stv06xx/stv06xx_st6422.h
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2010-12-28 07:35:27 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-12-29 08:17:21 -0200
commit71e84ea7f082eb02df6ef40f55d2c4a998f6e1df (patch)
treeedc34673c011101d2aea32fed146e954e43fa3ae /drivers/media/video/gspca/stv06xx/stv06xx_st6422.h
parent7e5f9059a807ce9b7a12b2402f5aeae9557c8049 (diff)
downloadkernel_samsung_aries-71e84ea7f082eb02df6ef40f55d2c4a998f6e1df.zip
kernel_samsung_aries-71e84ea7f082eb02df6ef40f55d2c4a998f6e1df.tar.gz
kernel_samsung_aries-71e84ea7f082eb02df6ef40f55d2c4a998f6e1df.tar.bz2
[media] gspca - stv06xx/st6422: Use the new video control mechanism
Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/stv06xx/stv06xx_st6422.h')
-rw-r--r--drivers/media/video/gspca/stv06xx/stv06xx_st6422.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx_st6422.h b/drivers/media/video/gspca/stv06xx/stv06xx_st6422.h
index 12608ae..d7498e0 100644
--- a/drivers/media/video/gspca/stv06xx/stv06xx_st6422.h
+++ b/drivers/media/video/gspca/stv06xx/stv06xx_st6422.h
@@ -37,16 +37,6 @@ static int st6422_init(struct sd *sd);
static int st6422_stop(struct sd *sd);
static void st6422_disconnect(struct sd *sd);
-/* V4L2 controls supported by the driver */
-static int st6422_get_brightness(struct gspca_dev *gspca_dev, __s32 *val);
-static int st6422_set_brightness(struct gspca_dev *gspca_dev, __s32 val);
-static int st6422_get_contrast(struct gspca_dev *gspca_dev, __s32 *val);
-static int st6422_set_contrast(struct gspca_dev *gspca_dev, __s32 val);
-static int st6422_get_gain(struct gspca_dev *gspca_dev, __s32 *val);
-static int st6422_set_gain(struct gspca_dev *gspca_dev, __s32 val);
-static int st6422_get_exposure(struct gspca_dev *gspca_dev, __s32 *val);
-static int st6422_set_exposure(struct gspca_dev *gspca_dev, __s32 val);
-
const struct stv06xx_sensor stv06xx_sensor_st6422 = {
.name = "ST6422",
/* No known way to lower framerate in case of less bandwidth */