Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: Intel: hda-dma: lower log level of "underrun detected"
Lower the log level of `tr_err(&hdma_tr, "hda_dma_link_check_xrun(): underrun detected");` to `tr_warn()`. Underruns are expected when testing pause/start and these errors can hide other, "real", not expected errors; more details in thesofproject/sof-test#1188 This "fixes" 2019 commit 293dfe2 ("hda-dma: refactor xrun handling") Note this driver is not in the main branch anymore, removed by commit 59028ad ("drivers: Intel: remove Intel XTOS drivers") Signed-off-by: Marc Herbert <marc.herbert@intel.com>
- Loading branch information