I'm playing around with a Alsa SOC driver for the Efika. The Efika
uses a STAC9266 for AC97 which supports simultaneous SPDIF and analog
output. To do this the PSC needs DMA data from two different buffers
interleaved and placed into its FIFO. Is this something Bestcomm can
do?

Examples
mono + spdif = 1 sample from buffer one, two from buffer two
stereo + spdif = 2 samples from buffer one, two from buffer two
clone the output, 2 samples from buffer one, write to FIFO twice

When only spdif or analog is used standalone the existing generic task works.

-- 
Jon Smirl
[EMAIL PROTECTED]
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to