commit | 532550cba13fec751d4a60de90083fa5d74358ee | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Sat Nov 17 00:46:03 2018 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Nov 22 13:16:42 2018 -0500 |
tree | cbe1faa1373cf109c418215a79f0cdb1d3fc8252 | |
parent | a3a33833872a5bdad9853e2a18a4226cfe15ae2e [diff] |
drivers/i2s_sam_ssc.c: enable cache support Enable cache operations before starting a DMA operation if the CPU has a cache. All the support was already in place, it just needs to be enabled. With the previous commits, it allows the I2S tests to pass on a SAM E70 Xplained board with the CPU cache enabled. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>