ASoC: SOF: ipc: introduce message for DSP power gating
[platform/kernel/linux-rpi.git] / include / sound / sof / pm.h
index 0038794..3cf2e0f 100644 (file)
@@ -45,4 +45,12 @@ struct sof_ipc_pm_core_config {
        uint32_t enable_mask;
 } __packed;
 
+struct sof_ipc_pm_gate {
+       struct sof_ipc_cmd_hdr hdr;
+       uint32_t flags; /* platform specific */
+
+       /* reserved for future use */
+       uint32_t reserved[5];
+} __packed;
+
 #endif