commit | a07e7c65dab2a21f10831b837fe60a36fe145af5 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Wed Jan 17 09:58:58 2024 -0500 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Tue Mar 05 10:57:33 2024 +0100 |
tree | c2fc47a1ac7fd5807672ddb58e54c1cdf9997a11 | |
parent | b0e527340e109c04434ce21c27d9e4a12602f136 [diff] |
tests: Add test to verify HiFi save/restore Adds a test to verify the saving and restoration of the HiFi AudioEngine registers. Twice as many threads as there are CPUs are created and each thread sets its HiFi registers with a unique set of values. If after a context switch, the HiFi AE registers contain any unexpected data, we then know that the registers were either not saved or restored properly. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>