22 Feb
2010
22 Feb
'10
7:58 a.m.
[PATCH 1/3] ASoC: PLATFORM: Pass dai_link as argument to suspend, resume
Passing pointer to relevant dai_link provides easier reach to the ASOC tree in suspend/resume of snd_soc_platform. It also provides direct access to the dai at the other end of the dai_link.
Also, modified ATMEL pcm suspend/resume callbacks for the new API.
Signed-off-by: Jassi Brar jassi.brar@samsung.com --- include/sound/soc.h | 5 +++-- sound/soc/atmel/atmel-pcm.c | 6 ++++-- sound/soc/soc-core.c | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-)