Error when using STM32MP157C-EV1 Dmic with S16_LE format
Hi all,I am using a STM32MP157C-EV1 and testing the digital microphones with ALSA. For testing purposes I am just using the arecord command. All works fine if I use the S32_LE sample format:$ arecord -D hw:0,4 -f S32_LE /tmp/rec.wav Rec...