Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ASoC: SOF: add SOF_IPC_PANIC_WFI error info
Add verbose info for the panic code

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
  • Loading branch information
xiulipan committed Sep 6, 2018
commit 920da2aa6f29435140aa2e7d6f24a0a271e97ad7
1 change: 1 addition & 0 deletions sound/soc/sof/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ static const struct sof_panic_msg panic_msg[] = {
{SOF_IPC_PANIC_DEADLOCK, "deadlock"},
{SOF_IPC_PANIC_STACK, "stack overflow"},
{SOF_IPC_PANIC_IDLE, "can't enter idle"},
{SOF_IPC_PANIC_WFI, "invalid wait state"},
};

int snd_sof_get_status(struct snd_sof_dev *sdev, u32 panic_code,
Expand Down