commit | abaed3ee3afb6cf65a5d0a767e6152a7aff54fad | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lgirdwood@gmail.com> | Wed Aug 01 15:57:55 2018 +0100 |
committer | GitHub <noreply@github.com> | Wed Aug 01 15:57:55 2018 +0100 |
tree | 693f11c297bb650cce32fd88cf986b783729a971 | |
parent | f378af522aa2797c9aeb86860e4904358f8e330d [diff] | |
parent | 4ba69e271a8277cca07ad6de2fedc401f35b6e70 [diff] |
Merge pull request #176 from zhigang-wu/topic/fw-panic Revert "dai: ignore data on capture stop"
diff --git a/src/audio/dai.c b/src/audio/dai.c index a71f6bb..bfe2141 100644 --- a/src/audio/dai.c +++ b/src/audio/dai.c
@@ -94,10 +94,6 @@ /* inform waiters */ wait_completed(&dd->complete); - - /* for capture do nothing to avoid buffer ptr inconsistency */ - if (dev->params.direction == SOF_IPC_STREAM_CAPTURE) - return; } /* is our pipeline handling an XRUN ? */