Snakeoil Forums

Full Version: i2s DAC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All, I'm using Raspberry pi with snakeoil. Are there anyway to change the output to i2s device?
If the dac driver has been accepted into the kernel in use then yes it is trivial.
What brand and model i2s dac are you using...?

A similar question was answered here...
https://www.snakeoil-os.net/forums/Threa...85#pid2685

You will also have to add to /boot/config.txt....
Code:
dtparam=i2s=on
 

and for some dacs it will help to add..
Code:
dtparam=i2c_arm=on
 
add both to cover all bases.
I'm considering buy PCM5102A or dual 9023q DAC.
(07-Mar-2021, 02:28 AM)NormAudio Wrote: [ -> ]Hello,
Yes you're right, it is a Pi 3
That buster image has a custom kernel that only works for RPi4 I think... Hang on tight, I'm working on a installer version of Snakeoil that will work on buster images (32 bit at this stage). When that is ready you can run the installer and get it up and running on Pi 3.

Been tied up with other stuffs past few weeks so a bit hard to get traction.
(07-Mar-2021, 08:39 AM)agent_kith Wrote: [ -> ]
(07-Mar-2021, 02:28 AM)NormAudio Wrote: [ -> ]Hello,
Yes you're right, it is a Pi 3
That buster image has a custom kernel that only works for RPi4 I think... Hang on tight, I'm working on a installer version of Snakeoil that will work on buster images (32 bit at this stage). When that is ready you can run the installer and get it up and running on Pi 3.

Been tied up with other stuffs past few weeks so a bit hard to get traction.

Ok thank you, i will wait Smile
(17-Jul-2019, 03:28 PM)beetrood Wrote: [ -> ]I'm considering buy PCM5102A or dual 9023q DAC.

Same here.