summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-haswell-ipc.c
diff options
context:
space:
mode:
authorLiam Girdwood2014-07-30 14:09:47 +0200
committerMark Brown2014-07-30 14:16:58 +0200
commit81552612501f436f3824f056f95fdc04b8a60e1f (patch)
treed8cfd7c4670165bd0ad484eeec1058b2f97a3faf /sound/soc/intel/sst-haswell-ipc.c
parentASoC: Intel: Add macros for SST shim register bits. (diff)
downloadkernel-qcow2-linux-81552612501f436f3824f056f95fdc04b8a60e1f.tar.gz
kernel-qcow2-linux-81552612501f436f3824f056f95fdc04b8a60e1f.tar.xz
kernel-qcow2-linux-81552612501f436f3824f056f95fdc04b8a60e1f.zip
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.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)
switch (stream_msg) {
case IPC_STR_STAGE_MESSAGE:
case IPC_STR_NOTIFICATION:
+ break;
case IPC_STR_RESET:
+ trace_ipc_notification("stream reset", stream->reply.stream_hw_id);
break;
case IPC_STR_PAUSE:
stream->running = false;