driver for tekdevices dacberry3

hello
i’m new to this
where can i find a driver for he tek devices dacberry 3
thank you
james

This works like a dream (way better than a usb_snd_cmedia (generic usb sound car). AWESOME:

two files need to be altered:

/etc/modprobe.d: check files in this directory and unblacklist (put a “#” infront of the lines with starting with i2c- and snd-) on my system these are in the raspi-blacklist.conf file.

/etc/modules : needs snd_soc_bcm2708 bcm2708_dmaengine snd_soc_pcm5102a snd_soc_hifiberry_dac (all on seperate lines)

then test the configuration with aplay -l this should list a single player…

Good luck.