Commit fbd37a3
committed
audio: fix cache invalidation in audio_stream_invalidate
Fix remaining calls to old dcache_invalidate_region() API in the
audio_stream_invalidate() function that were missed during the cache API
migration. Replace with proper sys_cache_data_invd_range() calls.
The previous refactor left two calls to the old API which causes build
failures.
Fixes: f78acf4 ("audio: use zephyr/cache.h for cache
flush/invalidate")
Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>1 parent efbc7c4 commit fbd37a3
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
733 | 733 | | |
734 | 734 | | |
735 | 735 | | |
736 | | - | |
| 736 | + | |
737 | 737 | | |
738 | | - | |
739 | | - | |
| 738 | + | |
| 739 | + | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| |||
0 commit comments