I'm on the road atm so will answer this one since it's quick (I'll answer the others later in the week).
On Tue, 2010-06-29 at 14:30 +0200, Manuel Lauss wrote:
Hi Liam,
On Sun, Jun 27, 2010 at 12:52:09PM +0100, Liam Girdwood wrote:
Update the RMI Alchemy platform and machines to new multi-component model.
This patch changes the machine drivers for multi-component as follows :-
o Removed socdev o Each DAI link entry now contains platform and codec fields. o DAI link init() now passed snd_soc_pcm_runtime instread of snd_soc_codec.
This patch also changes the DAI and platform DAM drivers as follows :-
o Each platform DAI and platform DMA driver is a kernel device and can have platform data. o DAI and Platform DMA drivers have private data accessors.
Forgive the probably stupid question, but does that mean I can have 2 or more independent ASoC devices? (A board I have has independent AC97 and I2S systems).
Yes, nothing will stop you having 2 or more independent devices.
Liam