10 Jul
2011
10 Jul
'11
11:40 a.m.
On Sun, Jul 10, 2011 at 04:36:44PM +0800, Dong Aisheng wrote:
2011/7/9 Mark Brown broonie@opensource.wolfsonmicro.com:
On Fri, Jul 08, 2011 at 11:59:43PM +0800, Dong Aisheng wrote:
- int (*init) (void); /* board specific init */
- int (*finit) (void); /* board specific finit */
Eh? Your machine driver is already entirely board specific...
Still not.
It's originally used for some board's codec that do not need SAIF to provide mclk. I will remove it if we still do not need it to make the things simply.
If you've got different CODECs you almost certainly want to have different machine drivers for the relevant boards.