We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6088b7b + fd85a26 commit e902549Copy full SHA for e902549
1 file changed
src/include/uapi/ipc.h
@@ -298,6 +298,7 @@ struct sof_ipc_dai_dmic_pdm_ctrl {
298
uint16_t polarity_mic_b; /* Optionally invert mic B signal (0 or 1) */
299
uint16_t clk_edge; /* Optionally swap data clock edge (0 or 1) */
300
uint16_t skew; /* Adjust PDM data sampling vs. clock (0..15) */
301
+ uint16_t pad; /* Make sure the total size is 4 bytes aligned */
302
} __attribute__((packed));
303
304
/* This struct contains the global settings for all 2ch PDM controllers. The
@@ -832,6 +833,7 @@ struct sof_ipc_fw_version {
832
833
uint8_t date[12];
834
uint8_t time[10];
835
uint8_t tag[6];
836
+ uint8_t pad[2]; /* Make sure the total size is 4 bytes aligned */
837
838
839
/* FW ready Message - sent by firmware when boot has completed */
0 commit comments