On Tue, Oct 06, 2009 at 06:00:23AM -0400, Mike Frysinger wrote:
On Tue, Oct 6, 2009 at 05:50, Mark Brown wrote:
These are board-specific drivers to hook things up on a given system (presumably various eval boards), they're the non-generic part of the system that says how the generic DAI and CODEC drivers have been hooked up.
except the Blackfin machine drivers are written in such a way that they arent specific to a board. they'll work on any system with a SPORT and a SPI/I2C bus.
That's not 100% clear - some of the drivers say they're specific to particular designs (either in the help text or by having board-specific GPIO setup). It's certainly the intention of the API that the board hookups be fixed at run time rather than at compile time, and that things like using multiple CPU DAIs should be possible.
The other option here is to make the CODEC drivers build without their control buses, which keeps the people doing random configurations happy.