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 <vathota@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
dce5ddbc21
commit
ddd20a414f
@@ -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;
|
||||
|
Reference in New Issue
Block a user