dai: ssp: dynamic device descriptor initialization#488
Merged
lgirdwood merged 1 commit intothesofproject:masterfrom Oct 19, 2018
Merged
dai: ssp: dynamic device descriptor initialization#488lgirdwood merged 1 commit intothesofproject:masterfrom
lgirdwood merged 1 commit intothesofproject:masterfrom
Conversation
lgirdwood
reviewed
Oct 14, 2018
Member
There was a problem hiding this comment.
@mmaka1 is the intention that this will be on the heap and created dynamically for each DAI if it's used in topology ?
Author
There was a problem hiding this comment.
@lgirdwood The descriptors (above) are still created during the platform initialization to be registered in the lib layer. Since they are statically defined atm, they are just moved from .data to .bss by this patch. The platform headers define the quantity. This is a step towards dynamic allocation of the descriptors from the heap during run-time discovery (using HW caps registers).
Member
There was a problem hiding this comment.
ok, btw - looks like there is a conflict now
44f4999 to
9cd1e80
Compare
This is a first step for run-time HW discovery on cavs platforms. Signed-off-by: Marcin Maka <marcin.maka@linux.intel.com>
Author
|
@lgirdwood No merge conflicts atm. Are 0-day for BYT blocking? |
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.
This is a first step for run-time HW discovery on cavs
platforms.
Signed-off-by: Marcin Maka marcin.maka@linux.intel.com