Can I get an explanation of the variouos Mcbsp_BufferFormat enums for the omap-l138 mcbsp driver (dsp/bios 5)? It's related in a way to this thread. I am using the McBSP to send and receive audio data from an audio codec. The data is 16-bits per channel, and there are two channels. From my reading of it, it seemed like I could choose one of the options to separate the channel data so that they are not interleaved when stored in RAM. Is this possible with this driver? I can handle it if it's not, just curious what the buffer format parameter actually does.