Re: [PATCH 11/11] ASoC: ux500: Dramatically reduce the size of the DAI driver data struct

2014-01-07 Thread Mark Brown
On Thu, Dec 19, 2013 at 03:55:08PM +, Lee Jones wrote: > We no longer have a means to differentiate between MSP devices at probe > time, mainly 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

Re: [PATCH 11/11] ASoC: ux500: Dramatically reduce the size of the DAI driver data struct

2014-01-07 Thread Mark Brown
On Thu, Dec 19, 2013 at 03:55:08PM +, Lee Jones wrote: We no longer have a means to differentiate between MSP devices at probe time, mainly 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

[PATCH 11/11] ASoC: ux500: Dramatically reduce the size of the DAI driver data struct

2013-12-19 Thread Lee Jones
We no longer have a means to differentiate between MSP devices at probe time, mainly 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 just create one succinct,

[PATCH 11/11] ASoC: ux500: Dramatically reduce the size of the DAI driver data struct

2013-12-19 Thread Lee Jones
We no longer have a means to differentiate between MSP devices at probe time, mainly 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 just create one succinct,