Been digging through these forums for a few weeks now as I attempt to debug my PCM1865 ADC with a Raspberry Pi Compute Module 4.
Here is my current .dts file
Some additional context - I am using an external clock, tied into the appropriate pins as well as have external power supplies for avdd, ivdd, and iovdd - after compiling these show up as dummy regulators in dmesg.
After compiling and loading the dtoverlay, I confirm that the soundcard exists with `arecord -l` and that the appropriate gain levels are set with `amixer`.
No errors are showing up in my dtoverlay on boot/recording, and I have confirmed that the i2c address is correct - but I'm not getting any audio input.
Hoping that an experienced TI engineer can notice an obvious flaw in either my code or my schematic.