[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1446021265.2443.3.camel@loki>
Date: Wed, 28 Oct 2015 08:34:25 +0000
From: Liam Girdwood <liam.r.girdwood@...ux.intel.com>
To: Koro Chen <koro.chen@...iatek.com>
Cc: broonie@...nel.org, tiwai@...e.de, srv_heupstream@...iatek.com,
linux-mediatek@...ts.infradead.org, s.hauer@...gutronix.de,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
alsa-devel@...a-project.org
Subject: Re: [PATCH] ASoC: dpcm: Make BE prepare possible in suspend state
On Wed, 2015-10-28 at 10:15 +0800, Koro Chen wrote:
> 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 <koro.chen@...iatek.com>
Acked-by: Liam Girdwood <liam.r.girdwood@...ux.intel.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists