Browse Source

V4L/DVB (10788): gspca - vc032x: Bad matrix for sensor mi1310_soc.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Jean-Francois Moine 16 years ago
parent
commit
f985c70067
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/video/gspca/vc032x.c

+ 1 - 1
drivers/media/video/gspca/vc032x.c

@@ -2277,7 +2277,7 @@ static int sd_start(struct gspca_dev *gspca_dev)
 		break;
 		break;
 	case SENSOR_MI1310_SOC:
 	case SENSOR_MI1310_SOC:
 		GammaT = mi1320_gamma;
 		GammaT = mi1320_gamma;
-		MatrixT = mi0360_matrix;
+		MatrixT = mi1320_matrix;
 		switch (mode) {
 		switch (mode) {
 		case 1:
 		case 1:
 			init = mi1310_socinitQVGA_JPG;	/* 320x240 */
 			init = mi1310_socinitQVGA_JPG;	/* 320x240 */