Pirate Audio Dual Mic - Raspberry Pi 5

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