[PATCH 10/10] ASoC: ux500: Dynamically fill DAI driver data on probe

2013-11-19 Thread Lee Jones
We no longer have a means to differentiate MSP devices at probe time, mainline because we don't really have to. So rather than have an over- sized static data structure in place, where the only difference between devices is the ID and name (which are unused), we'll create them only when required

[PATCH 10/10] ASoC: ux500: Dynamically fill DAI driver data on probe

2013-11-19 Thread Lee Jones
We no longer have a means to differentiate MSP devices at probe time, mainline because we don't really have to. So rather than have an over- sized static data structure in place, where the only difference between devices is the ID and name (which are unused), we'll create them only when required