Commit bab5d00
committed
audio: dai: Guard DAI_INTEL_UAOL with preprocessor checks
The DAI_INTEL_UAOL configuration might not be present in Zephyr
headers (or certain Zephyr branches), leading to build failures.
Wrap its usage in SOF_DAI_INTEL_UAOL cases to ensure older or
different Zephyr versions still compile successfully.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>1 parent 4ca24fb commit bab5d00
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| |||
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| 208 | + | |
207 | 209 | | |
208 | 210 | | |
209 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
0 commit comments