forked from thesofproject/sof
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
intel: ssp: On playback stop only wait for the DMA to stop
It does not make much sense to wait for the TX FIFO to drain as we either going to power off SSP or the clocks will remain running due to active capture. It just introduces extra delay on stop, which can be significant in case of low sampling rates. However we should make sure that the DMA is not filling the TX FIFO to make sure that the SSP is not disabled during DMA burst. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
- Loading branch information
Showing
1 changed file
with
28 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters