diff options
author | Koro Chen <[email protected]> | 2015-10-28 10:15:34 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2015-11-16 10:04:04 +0000 |
commit | 95f444dc9371a3910179a9621c8b94f0f60f5f04 (patch) | |
tree | 0b3b8157de28945330ac5f66cc381b221dcbe956 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
ASoC: dpcm: Make BE prepare possible in suspend state
During suspend/resume, there is a flow that if a driver does not support
SNDRV_PCM_INFO_RESUME, it will fail at snd_pcm_resume(), and user space
can then issue SNDRV_PCM_IOCTL_PREPARE to let audio continue to play.
However, in dpcm_be_dai_prepare() it only allows BEs to be prepared
in state SND_SOC_DPCM_STATE_HW_PARAMS or SND_SOC_DPCM_STATE_STOP.
The BE state will then stay in SND_SOC_DPCM_STATE_SUSPEND, consequently
dpcm_be_dai_shutdown() is skipped in the end of playback and
be_substream->runtime is not cleared while this runtime is actually freed
by snd_pcm_detach_substream(). If another suspend comes, a NULL pointer
dereference will happen in snd_pcm_suspend() when accessing
BE substream's runtime.
Signed-off-by: Koro Chen <[email protected]>
Acked-by: Liam Girdwood <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions