Jelajahi Sumber

video: driver: modify priority level enum

modify priority level enum values to set
correct values to fw.

Change-Id: Ifd33b17db58b06d281ad930f7629d9a4575d0956
Signed-off-by: Darshana Patil <[email protected]>
Darshana Patil 4 tahun lalu
induk
melakukan
8d33375a96
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      driver/vidc/inc/msm_vidc_internal.h

+ 2 - 2
driver/vidc/inc/msm_vidc_internal.h

@@ -144,8 +144,8 @@ enum msm_vidc_codec_type {
 };
 
 enum priority_level {
-	MSM_VIDC_PRIORITY_LOW,
-	MSM_VIDC_PRIORITY_HIGH,
+	MSM_VIDC_PRIORITY_HIGH     = 0,
+	MSM_VIDC_PRIORITY_LOW      = 1,
 };
 
 enum msm_vidc_colorformat_type {