[alsa-devel] Please help in adding ams-delta support to ASoC

Mark Brown broonie at opensource.wolfsonmicro.com
Sun Jun 7 11:40:53 CEST 2009


On Sat, Jun 06, 2009 at 07:42:12PM +0200, Janusz Krzysztofik wrote:

> Is it possible that the codec speeks I2S, with 8-bit word, 1 word per frame, 2 
> channels at 8kHz each? Or 1 channel at 16 kHz? From what I can read in modem 
> documentation, this should rather be one 8-bit channel at 8kHz. Anyway, can 
> the transmission format I have seen ont the oscilloscope be matched against 
> any format that mcbsp can be set with current code?

The former is more likely.  Since I2S is a stereo protocol I'd not be
surprised to see a mono device choosing to transmit its data in both
left and right channels for maximum interoperability with devices that
do stereo.

> I'm still far from understanding mcbsp, but I wonder what happens if the bit 
> clock stops ater 18th bit while maybe mcbsp expects more. Perhaps this is the 
> cause of dma interrupts not being generated?

That's certainly the sort of behaviour I'd expect to see from a
programmable port like the McBSP - many of them also need to know
exactly how many bit clocks there will be in order to implement I2S due
to not paying attention to one of the edges of frame sync.  In general
things will cope if the bit clock stops providing there have been as
many edges as they're expecting to get a full sample clocked in.
--
To unsubscribe from this list: send the line "unsubscribe alsa-devel" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the Alsa-devel mailing list