Commit ffe184e
committed
buf: add cache invalidation on unbind
unbind hook in buffer is guaranteed to be called on the
core that was using the API. Free, however, may be
called on other core
Add cache invalidation, that must be called on core that
was producing data (user of sink API) in unbind hook.
Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>1 parent cf03a26 commit ffe184e
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
242 | 257 | | |
243 | 258 | | |
244 | 259 | | |
| |||
249 | 264 | | |
250 | 265 | | |
251 | 266 | | |
| 267 | + | |
252 | 268 | | |
253 | 269 | | |
254 | 270 | | |
| |||
0 commit comments