Skip to content

Commit 1852036

Browse files
mrajwajajanusz
authored andcommitted
ipc: align stream.h with kernel
This change is to align sof_ipc_stream_params with its kernel equivalent. In this patch no_stream_position parameter is added to relax host_period_bytes from storing information about the need of stream position update. Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
1 parent 32ef184 commit 1852036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/include/ipc/stream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ struct sof_ipc_stream_params {
9191
uint16_t sample_valid_bytes;
9292
uint16_t sample_container_bytes;
9393

94-
/* for notifying host period has completed - 0 means no period IRQ */
9594
uint32_t host_period_bytes;
95+
uint16_t no_stream_position; /**< 1 means don't send stream position */
9696

97-
uint32_t reserved[2];
97+
uint16_t reserved[3];
9898
uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */
9999
} __attribute__((packed));
100100

0 commit comments

Comments
 (0)