Respeaker 2 MiC hat: Does it support Jetson Nano or is that in the roadmap

Hello everyone,

I successfully installed the driver of the Respeaker 2 Mic hat on my Jetson nano board. As long as I am recording in “Signed 32bit:S32_LE” format with the following command, everything seems reasonable:

arecord -D hw:1,0 -f S32_LE -r 16000 -c 1 | aplay -D hw:1,0 -f S32_LE -r 16000 -c 1

However, when I switch from “Signed 32 bit” to “Signed 16 bit:S16_LE”, the mic stops working. Can someone help me with this issue?

Thanks,