22 Feb
2010
22 Feb
'10
7:55 a.m.
Hi,
<Due to some problem I am unable to send inline patches, please accept the attached patches for this time>
The following three patches are aimed at discarding runtime field from struct snd_soc_dai, which comes in the way of working towards making it possible to share cpu_dai/codec_dai among two or more dai_links.
[PATCH 1/3] ASoC: PLATFORM: Pass dai_link as argument to suspend, resume Also a good idea to provide pointer to relevant dai_link to platform suspend/resume. It also makes easy traversing the ASOC links to reach the substream(when snd_soc_dai.runtime is dropped).
[PATCH 2/3] ASOC: ATMEL: Getting cpu_dai method change [PATCH 3/3] ASOC: SND_SOC_DAI: Get rid of 'runtime' field
Regards.