16 Apr
2013
16 Apr
'13
1:59 p.m.
On Sun, Apr 14, 2013 at 01:42:49PM +0200, Markus Pargmann wrote:
- /*
* This driver doesn't need to know which actual hardware is used.
* The audmux driver has knowledge about it's type, and returns
* an error if executed on the wrong type of hardware.
*/
- ret = phycore_ac97_pca100_audmux();
- if (!ret)
return 0;
- ret = phycore_ac97_pcm043_audmux();
The DT really ought to be able to give enough information to figure out the audmux configuration. If we can't do that it rather defeats the point of moving to DT...