Skip to content

Commit 3aa972f

Browse files
dnikodemkv2019i
authored andcommitted
pipeline: add attributes field in pipeline structure
Added attributes field to store attribute values from IPC extension message. The attribute field will be used to store information about ULP and AUTONOMOUS_RESET support by pipeline. Signed-off-by: Damian Nikodem <damian.nikodem@intel.com>
1 parent b2fcf89 commit 3aa972f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/include/sof/audio/pipeline.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ struct pipeline {
6363
uint32_t frames_per_sched;/**< output frames of pipeline, 0 is variable */
6464
uint32_t xrun_limit_usecs; /**< report xruns greater than limit */
6565
uint32_t time_domain; /**< scheduling time domain */
66+
uint32_t attributes; /**< pipeline attributes from IPC extension msg/ */
6667

6768
/* runtime status */
6869
int32_t xrun_bytes; /* last xrun length */

0 commit comments

Comments
 (0)