diff options
author | Mark Brown <broonie@kernel.org> | 2020-02-24 22:26:06 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-24 22:26:06 +0000 |
commit | 6c8beff74c6aafa60cb69b44139de58b74a775e7 (patch) | |
tree | beeb7ed4968bb1426a38fbc77e3d71ecd4306fbd /sound/soc/soc-pcm.c | |
parent | 6bff73c6115d088fee4d09aff65e145b990382eb (diff) | |
parent | 8308a09e87d2cb51adb186dc7d5a5c1913fb0758 (diff) | |
download | linux-6c8beff74c6aafa60cb69b44139de58b74a775e7.tar.bz2 |
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Diffstat (limited to 'sound/soc/soc-pcm.c')
-rw-r--r-- | sound/soc/soc-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-pcm.c b/sound/soc/soc-pcm.c index 00b65a5a9a98..4c27c77206f1 100644 --- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -2065,7 +2065,7 @@ static int dpcm_fe_dai_shutdown(struct snd_pcm_substream *substream) soc_pcm_close(substream); /* run the stream event for each BE */ - snd_soc_dapm_stream_stop(fe, stream); + dpcm_dapm_stream_event(fe, stream, SND_SOC_DAPM_STREAM_STOP); fe->dpcm[stream].state = SND_SOC_DPCM_STATE_CLOSE; dpcm_set_fe_update_state(fe, stream, SND_SOC_DPCM_UPDATE_NO); |