mirror of https://github.com/thesofproject/sof.git
Revert "ipc: align stream.h with kernel"
This reverts commit 6119126d90
.
This commit is contained in:
parent
4eeba9c29e
commit
10cca53b8c
|
@ -91,10 +91,10 @@ struct sof_ipc_stream_params {
|
|||
uint16_t sample_valid_bytes;
|
||||
uint16_t sample_container_bytes;
|
||||
|
||||
/* for notifying host period has completed - 0 means no period IRQ */
|
||||
uint32_t host_period_bytes;
|
||||
uint16_t no_period_irq; /* 1 means period IRQ mode OFF */
|
||||
|
||||
uint16_t reserved[3];
|
||||
uint32_t reserved[2];
|
||||
uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
|
||||
} __attribute__((packed));
|
||||
|
||||
|
|
Loading…
Reference in New Issue