Skip to content

Commit d5f0fef

Browse files
cujomalaineyranj063
authored andcommitted
ASoC: sof: add missing pm debug
Type is not part of debugging parse code. Add it so unknown types don't show up while debugging Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
1 parent 6fa085f commit d5f0fef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/soc/sof/ipc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ static void ipc_log_header(struct device *dev, u8 *text, u32 cmd)
106106
str2 = "CLK_REQ"; break;
107107
case SOF_IPC_PM_CORE_ENABLE:
108108
str2 = "CORE_ENABLE"; break;
109+
case SOF_IPC_PM_GATE:
110+
str2 = "GATE"; break;
109111
default:
110112
str2 = "unknown type"; break;
111113
}

0 commit comments

Comments
 (0)