Hi
I'm trying to use an ads1278 (dasy-chained 16ch) as an audio device using modified ads117.c codec source out of the linux-3.2-psp04.06.00.07.sdk (ti-sdk-am335x-evm).
My system is a beaglebone running angstrom_v2012_05.
Since this codec is not a part of angstrom, I built the source using a custom .bb recipe and loaded it as a module on the target system. This works, I hope it is the right way so far.
Now, I'm struggling with a few tasks since I could not find a detailed ALSA documentation concerning ASoC.
How to load the generated codec module?
How to select IO's/SPI interface?
This would help a lot, thanks in advance.
Hitsch