From: jassi brar Date: Mon, 22 Feb 2010 06:59:02 +0000 (+0900) Subject: ASoC: Change how suspend and resume obtain the PCM runtime X-Git-Tag: v2.6.35-rc1~478^2^2~148 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10cab262f49ee4574a20ab4c445bc4fdc41c36a8;p=pandora-kernel.git ASoC: Change how suspend and resume obtain the PCM runtime Currently only the atmel driver make use of snd_soc_dai.runtime field. If the dais are to be shared among two or more dai_links, the field must be got rid of. So, in atmel driver reach the substream via dai_link->pcm so as to not depend of snd_soc_dai.runtime field. Signed-off-by: Jassi Brar Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed