Can somebody help me, I want to get i2s signal from imx6q without initialization of audio codec. I want to use external controller that will receive the i2s signal, and then configure the DAC and send data to it?
How can i initialize audio i2s interface in alsa.
Hi George
You need to register dummy sound-card.
- Configure SSI and AUDMux.
- You need to configure SSI clocking
Thanks
Saurabh
Hello, Saurabh.
So configuration of SSI using dts file? That's right?
Hi George
You need to
- Configure SSI using DTS file.
- Add dummy codec.
- Add platform specific driver code for SSI direction and clocking.
- Use ALSA for testing.
Thanks
Saurabh