On 2/24/14, 11:46 AM, "[email protected]" <[email protected]> wrote:
>Gday Seppo, > >Just wondering if you could pass on anymore info regards this setup, >looking to use the I2S direct to dac through a fifo, be good to know what >is required, the dac and iv stage is already sorted, can you please >advise? I2S isn¹t broken out as a separate driver in the Linux Kernel. Currently all I2S related code is buried in the sound subsystem. You could use ALSA write to your DAC as ALSA doesn¹t mind what the data represents. Alternatively, you have to pull out all the McBSP/McASP and related EDMA code from the sound subsystem and create your own kernel driver. Regards, John > >-- >For more options, visit http://beagleboard.org/discuss >--- >You received this message because you are subscribed to the Google Groups >"BeagleBoard" group. >To unsubscribe from this group and stop receiving emails from it, send an >email to [email protected]. >For more options, visit https://groups.google.com/groups/opt_out. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
