Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ASoC: pcm: Fix incorrect condition check for case SNDRV_PCM_TRIGGER_S…
…USPEND The regular state before we execute SNDRV_PCM_TRIGGER_SUSPEND should be SNDRV_PCM_TRIGGER_START, not SNDRV_PCM_TRIGGER_STOP. Thus fix it. Signed-off-by: Nicolin Chen <Guangyu.Chen@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
- Loading branch information