From: Lars-Peter Clausen Date: Wed, 3 Apr 2013 09:00:01 +0000 (+0200) Subject: ASoC: tegra: Don't claim to support PCM pause and resume X-Git-Tag: v3.9-rc7~16^2~1^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa995e83ac7727b7705431e6eb2b317c59b95ba;p=pandora-kernel.git ASoC: tegra: Don't claim to support PCM pause and resume The tegra dmaengine driver does not support pausing and resuming a DMA stream. The tegra PCM driver still claims to support pause and resume though and implements them by stopping and restarting the stream. This is not what an application using pause/resume would expect. Usually applications have support for working around PCMs which do not support suspend and resume, so don't set the SNDRV_PCM_INFO_PAUSE and SNDRV_PCM_INFO_RESUME flags for the tegra PCM and use the default snd_dmaengine_pcm_trigger callback. Signed-off-by: Lars-Peter Clausen Reviewed-by: Stephen Warren Tested-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed