I followed Adafruit's guide for setting up the I2S mic with raspberry pi 3 loaded with precompiled image of Raspbian Jessie for the 3.5in PiTFT.
Also, I'm using another I2S device which is the Speaker Bonnet and it is working fine.
but when recording an audio by:
arecord -D plughw:1 -c1 -r 48000 -f S32_LE -t wav -V mono -v file.wav
and playing the recorded audio which is file.wav by: aplay file.wav, all I get is noise.