From: Keyon Jie Date: Fri, 25 Oct 2019 22:41:03 +0000 (-0500) Subject: ASoC: SOF: add flag to snd_sof_pcm_stream for D0i3 compatible stream X-Git-Tag: v5.10.7~3493^2~20^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e5c97e88084b8dca6850eba5d2937716b88306c1;p=platform%2Fkernel%2Flinux-rpi.git ASoC: SOF: add flag to snd_sof_pcm_stream for D0i3 compatible stream Add flag d0i3_compatible to struct snd_sof_pcm_stream to denote if the stream can tolerate a transition to the D0i3 substate while opened (thus seen as 'active' by pm_runtime). Signed-off-by: Keyon Jie Signed-off-by: Pierre-Louis Bossart Link: https://lore.kernel.org/r/20191025224122.7718-8-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h index e9902e4..7a21a45 100644 --- a/sound/soc/sof/sof-priv.h +++ b/sound/soc/sof/sof-priv.h @@ -310,6 +310,7 @@ struct snd_sof_pcm_stream { struct sof_ipc_stream_posn posn; struct snd_pcm_substream *substream; struct work_struct period_elapsed_work; + bool d0i3_compatible; /* DSP can be in D0I3 when this pcm is opened */ }; /* ALSA SOF PCM device */