aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/intel/sst-haswell-ipc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-haswell-ipc.c b/sound/soc/intel/sst-haswell-ipc.c
index 96373ab46f8c..436c2fa23c80 100644
--- a/sound/soc/intel/sst-haswell-ipc.c
+++ b/sound/soc/intel/sst-haswell-ipc.c
@@ -687,7 +687,9 @@ static void hsw_stream_update(struct sst_hsw *hsw, struct ipc_message *msg)
687 switch (stream_msg) { 687 switch (stream_msg) {
688 case IPC_STR_STAGE_MESSAGE: 688 case IPC_STR_STAGE_MESSAGE:
689 case IPC_STR_NOTIFICATION: 689 case IPC_STR_NOTIFICATION:
690 break;
690 case IPC_STR_RESET: 691 case IPC_STR_RESET:
692 trace_ipc_notification("stream reset", stream->reply.stream_hw_id);
691 break; 693 break;
692 case IPC_STR_PAUSE: 694 case IPC_STR_PAUSE:
693 stream->running = false; 695 stream->running = false;