On Thu, Jun 24, 2010 at 08:24:27PM +0100, Liam Girdwood wrote:
ASoC is now coming up to it's 5th birthday and is beginning to show it's age a little when it comes to supporting the next generation of smart phones and multimedia devices with it's current single CODEC and single DMA platform design.
I've done a bit of very light testing here.
One issue I noticed is that most existing platforms don't have a driver registered for the DMA yet and the devices aren't being added when the driver is. I'm thinking that this could be fixed by adding registration of the devices in the driver files where the device is being added for the first time - we can then transition the registrations into the arch code properly later without having to block the merge. Does that sound sane to you?
Other than that I don't think I noticed anything that hasn't previously been reported.