Hi @Shawn_ ,
Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.
The RT1170-EVK and the SDK with VIT:
SDK_2_11_0_MIMXRT1170-EVK\boards\evkmimxrt1170\audio_examples\maestro_record
It is using the on board SAI-EM6022 MIC, and it just use 1 channel in the VIT, you can check the vit_proc.c:
#define NUMBER_OF_CHANNELS _1CHAN
typedef enum { _1CHAN = 1, _2CHAN, _3CHAN} NumberOfChannel_en;
If you want to use more MIC, you may consider to use the on board DMIC, with will trigger by the PDM, it will collect the data to PCM, then you an connect the PCM data to the VIT input cannel.
This is the thought, we still don't have the related code.
But, as I know, if you want to add more MIC channel, modify the vit_proc.c
Wish it helps you!
If you still have questions about it, please kindly let me know.
Best Regards,
Kerry