summaryrefslogtreecommitdiff
path: root/sound/soc/intel/baytrail/sst-baytrail-pcm.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-09-15 10:31:42 +0100
committerMark Brown <broonie@kernel.org>2019-09-15 10:31:42 +0100
commit7e0d8442e4fbc1e2033607d3b9e7d9c7d8a404ec (patch)
treedda57eb9683f421e9438effbdaf719adced18e3d /sound/soc/intel/baytrail/sst-baytrail-pcm.c
parentf74c2bb98776e2de508f4d607cd519873065118e (diff)
parent48118a9323ab715358bf63f5172c5c2b8cf5f455 (diff)
Merge branch 'asoc-5.3' into asoc-linus
Diffstat (limited to 'sound/soc/intel/baytrail/sst-baytrail-pcm.c')
-rw-r--r--sound/soc/intel/baytrail/sst-baytrail-pcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/baytrail/sst-baytrail-pcm.c b/sound/soc/intel/baytrail/sst-baytrail-pcm.c
index 9cbc982d46a9..54f2ee3010ee 100644
--- a/sound/soc/intel/baytrail/sst-baytrail-pcm.c
+++ b/sound/soc/intel/baytrail/sst-baytrail-pcm.c
@@ -193,6 +193,7 @@ static int sst_byt_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
break;
case SNDRV_PCM_TRIGGER_SUSPEND:
pdata->restore_stream = false;
+ /* fallthrough */
case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
sst_byt_stream_pause(byt, pcm_data->stream);
break;