瀏覽代碼

uapi: audio: update maximum number of channels supported

Audio calibration data supports 32 channels now so update
maximum number of channels supported to 32.

Change-Id: I0b94e23fe88c4382d78db85014a81e440f720660
Signed-off-by: Vidyakumar Athota <[email protected]>
Vidyakumar Athota 7 年之前
父節點
當前提交
ddd20a414f
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      include/dsp/q6voice.h
  2. 1 1
      include/uapi/linux/msm_audio_calibration.h

+ 1 - 1
include/dsp/q6voice.h

@@ -21,7 +21,7 @@
 #define SESSION_NAME_LEN 20
 #define NUM_OF_MEMORY_BLOCKS 1
 #define NUM_OF_BUFFERS 2
-#define VSS_NUM_CHANNELS_MAX 8
+#define VSS_NUM_CHANNELS_MAX 32
 #define VSS_CHANNEL_MAPPING_SIZE (sizeof(uint8_t) * VSS_NUM_CHANNELS_MAX)
 /*
  * BUFFER BLOCK SIZE based on

+ 1 - 1
include/uapi/linux/msm_audio_calibration.h

@@ -393,7 +393,7 @@ struct audio_cal_info_lsm {
 	int32_t		app_type;
 };
 
-#define VSS_NUM_CHANNELS_MAX	8
+#define VSS_NUM_CHANNELS_MAX	32
 
 struct audio_cal_info_voc_top {
 	int32_t		topology;