From: Liam Girdwood Date: Wed, 30 Jul 2014 12:09:47 +0000 (+0800) Subject: ASoC: Intel: Add notification trace for reset. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=81552612501f436f3824f056f95fdc04b8a60e1f;p=linux-beck.git ASoC: Intel: Add notification trace for reset. Add trace notification of IPC stream reset. Signed-off-by: Liam Girdwood Signed-off-by: Jie Yang Signed-off-by: Mark Brown --- 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;