diff options
author | Mark Brown <broonie@kernel.org> | 2019-11-22 20:56:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-11-22 20:56:02 +0100 |
commit | 8c4d2a0bfbd27d030e4652b714cd5a1598f3559b (patch) | |
tree | d8ea72d906a690109d2f7aeeb2dc9ec529c0d5a6 /include/sound/sof/stream.h | |
parent | Merge branch 'asoc-5.4' into asoc-linus (diff) | |
parent | ASoC: DMI long name - avoid to add board name if matches with product name (diff) | |
download | linux-8c4d2a0bfbd27d030e4652b714cd5a1598f3559b.tar.xz linux-8c4d2a0bfbd27d030e4652b714cd5a1598f3559b.zip |
Merge branch 'asoc-5.5' into asoc-next
Diffstat (limited to 'include/sound/sof/stream.h')
-rw-r--r-- | include/sound/sof/stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/sof/stream.h b/include/sound/sof/stream.h index 0b71b381b952..7facefb541b3 100644 --- a/include/sound/sof/stream.h +++ b/include/sound/sof/stream.h @@ -83,10 +83,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_stream_position; /**< 1 means don't send stream position */ - uint32_t reserved[2]; + uint16_t reserved[3]; uint16_t chmap[SOF_IPC_MAX_CHANNELS]; /**< channel map - SOF_CHMAP_ */ } __packed; |