summaryrefslogtreecommitdiff
path: root/sound/soc/intel/catpt/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/intel/catpt/ipc.c')
-rw-r--r--sound/soc/intel/catpt/ipc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/catpt/ipc.c b/sound/soc/intel/catpt/ipc.c
index 060fa8d97e50..060c1ca6e080 100644
--- a/sound/soc/intel/catpt/ipc.c
+++ b/sound/soc/intel/catpt/ipc.c
@@ -168,6 +168,10 @@ static void catpt_dsp_process_response(struct catpt_dev *cdev, u32 header)
switch (msg.global_msg_type) {
case CATPT_GLB_REQUEST_CORE_DUMP:
+ dev_err(cdev->dev, "ADSP device coredump received\n");
+ ipc->ready = false;
+ catpt_coredump(cdev);
+ /* TODO: attempt recovery */
break;
case CATPT_GLB_STREAM_MESSAGE: