From: Peter Ujfalusi Date: Wed, 3 Mar 2010 13:08:07 +0000 (+0200) Subject: ASoC: core: Add delay operation to snd_soc_dai_ops X-Git-Tag: v2.6.35-rc1~478^2^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=258020d0882e89c1462800a70eb414b8a4fec78c;p=pandora-kernel.git ASoC: core: Add delay operation to snd_soc_dai_ops The delay callback can be used by the core to query the delay on the dai caused by FIFO or delay in the platform side. In case if both CPU and CODEC dai has FIFO the delay reported by each will be added to form the full delay on the chain. If none of the dai has FIFO, than the delay will be kept as zero. Signed-off-by: Peter Ujfalusi Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed