I make a board with both DM368 and DM6437, and connect DM368 ( almost same as DM365) with DM6437 through mcbsp port. In DM368 Linux, when I open voice codec device and then open mcbsp device, the mcbsp device will fail. I find in DM368 datasheet, that voice codec and mcbsp share the same EDMA TX/RS event, so we can not use EDMA transfer both in voice codec and mcbsp driver, am I right?