On Fri, Jul 15, 2011 at 08:09:30PM +0800, Dong Aisheng wrote:
This patch series is to add audio support based on saif for mxs platform. The driver only supports playback currently. For capturing, due to hardware limitation that we have to use two saif instances to implement full duplex (playback & recording), we need to figure out a good design to fit in ASoC as the following work.
In addition, we simply just support master mode since saif tx can only work as a master due to hw limitation(rx can work in both master & slave mode).
Code is written based on the branch imx-for-3.1 in sascha's tree http://git.pengutronix.de/git/imx/linux-2.6.git
Thanks! Branch can be found here:
git://git.pengutronix.de/git/wsa/linux-2.6.git mxs-audio-v3
Will test tomorrow!