zephyr/samples/subsys/audio/sof
Kai Vehmanen 855adb1514 samples/subsys/audio/sof: fix sys-ticks-per-sec to 15000
The value of CONFIG_SYS_CLOCK_TICKS_PER_SEC has side-effects that
are not expected with tickless kernel mode. In bug #46378, application
code is shown to run slower with higher sys clock tick value. In SOF
bug #5921, audio quality issues were root-caused to k_timer inaccuracy
with 50000 sys clock tick.

Set the the value to 15000 for all SOF applications. All existing
test cases pass with this value.

BugLink: https://github.com/zephyrproject-rtos/zephyr/issues/46378
BugLink: https://github.com/thesofproject/sof/issues/5921
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
2022-06-22 12:28:48 +02:00
..
boards soc/intel_adsp: add support for Intel Jasper Lake 2022-03-10 09:26:41 -06:00
src samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
CMakeLists.txt samples/audio/sof: remove zephyr_interface_library_named(sof_lib) 2021-09-28 20:03:15 -04:00
prj.conf samples/subsys/audio/sof: fix sys-ticks-per-sec to 15000 2022-06-22 12:28:48 +02:00
sample.yaml samples: add module requirement into samples 2022-04-19 09:38:55 -04:00