Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DP: src: Fix period calculation for SRC DP module
The OBS parameter for SRC module could be set to higher value than the one defined by stream output format. This could result in wrong calculation of period parameter. Due to this issue we observe SRC tests regression on LNL platform. This patch adds output stream format to period calculation in addition to the one calculated from OBS. Lower value is selected. Also period is round down to represent integer multiple of LL ticks. Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
- Loading branch information