byt: fix simultaneous playback and capture - #1757
Merged
tlauda merged 1 commit intoAug 26, 2019
Merged
Conversation
Fixes simultaneous playback and capture on byt/cht platforms. It's a temporary fix and will be replaced with the proper solution soon. Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
dbaluta
reviewed
Aug 26, 2019
| @@ -22,6 +22,7 @@ | |||
|
|
|||
Collaborator
There was a problem hiding this comment.
@tlauda can you explain a little bit more the problem? If this is an urgent fix then I'm ok with it as it is. But other than that we really need commit messages to explain the problem in detail.
Contributor
Author
There was a problem hiding this comment.
@dbaluta It's an ugly solution, but this fix is urgent to make more CI tests to pass. I have already almost done with the better one, but it's huge change and needs to wait for the rest of the major changes to be merged.
jajanusz
approved these changes
Aug 26, 2019
dbaluta
approved these changes
Aug 26, 2019
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes simultaneous playback and capture on byt/cht platforms.
It's a temporary fix and will be replaced with the proper solution
soon.
Fixes #1677.
Signed-off-by: Tomasz Lauda tomasz.lauda@linux.intel.com