Pirate Audio Dual Mic - Raspberry Pi 5

Hi, I recently purchased the Pirate Audio Dual Mic, and I’m attempting to use it with a Raspberry Pi 5. Are they compatible?

Setting dtoverlay=adau7002-simple doesn’t seem to load the appropriate kernel audio module. Is there a specific method for loading it?

solved, by updating to the latest kernel

sudo apt-get update
sudo apt-get dist-upgrade

Then edit config.txt on the location

sudo vim /boot/firmware/config.txt

add 
dtoverlay=adau7002-simple

Reboot

1 Like