Commit 876c06c
committed
topology2: components: pipeline: Add direction attribute
Add 2 new tokens for pipeline direction and atttributes for the
pipeline component. This change is required to implement the firmware
based echo reference feature to inform the kernel of the pipeline
direction in order for it to make a decision on which pipelines to set
up when the echo reference capture pipeline is set up. The
direction_valid attribute is required for backward-compatibility in the
kernel driver for older topologies where the direction is not set.
Signed-off-by: Ranjani Sridharan <[email protected]>1 parent a8e314a commit 876c06c
File tree
2 files changed
+29
-0
lines changed- tools/topology/topology2/include
- common
- components
2 files changed
+29
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
105 | 131 | | |
106 | 132 | | |
107 | 133 | | |
| |||
144 | 170 | | |
145 | 171 | | |
146 | 172 | | |
| 173 | + | |
147 | 174 | | |
0 commit comments