|
@@ -369,7 +369,7 @@ static int soc_pcm_close(struct snd_pcm_substream *substream)
|
|
|
cpu_dai->runtime = NULL;
|
|
|
|
|
|
if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
|
|
|
- if (codec->ignore_pmdown_time ||
|
|
|
+ if (!rtd->pmdown_time || codec->ignore_pmdown_time ||
|
|
|
rtd->dai_link->ignore_pmdown_time) {
|
|
|
/* powered down playback stream now */
|
|
|
snd_soc_dapm_stream_event(rtd,
|