projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7d7d1e
)
ASoC: Intel: Add notification trace for reset.
author
Liam Girdwood
<liam.r.girdwood@linux.intel.com>
Wed, 30 Jul 2014 12:09:47 +0000
(20:09 +0800)
committer
Mark Brown
<broonie@linaro.org>
Wed, 30 Jul 2014 12:16:58 +0000
(13:16 +0100)
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>
sound/soc/intel/sst-haswell-ipc.c
patch
|
blob
|
history
diff --git
a/sound/soc/intel/sst-haswell-ipc.c
b/sound/soc/intel/sst-haswell-ipc.c
index 96373ab46f8cff6f30e1207f5a44b3c0b44e6f67..436c2fa23c80331c9bae9d91030e730f6d070346 100644
(file)
--- 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;