diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2014-07-30 08:09:47 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-30 08:16:58 -0400 |
commit | 81552612501f436f3824f056f95fdc04b8a60e1f (patch) | |
tree | d8cfd7c4670165bd0ad484eeec1058b2f97a3faf /sound/soc/intel/sst-haswell-ipc.c | |
parent | d7d7d1eda0a2baaa4f6e02f0d58e81ea71dcbea2 (diff) |
ASoC: Intel: Add notification trace for reset.
Add trace notification of IPC stream reset.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/sst-haswell-ipc.c')
-rw-r--r-- | sound/soc/intel/sst-haswell-ipc.c | 2 |
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; |