forked from alsa-project/alsa-lib
-
Notifications
You must be signed in to change notification settings - Fork 3
Introducing Topology 2.0 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ranj063
wants to merge
33
commits into
thesofproject:master
Choose a base branch
from
ranj063:topic/tplg2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
81247bb
topology: channel: expose lookup_channel()
ranj063 6b90521
topology: pcm: expose functions for parsing hw_config
ranj063 4a3f22c
topology: pcm: expose functions for parsing PCM params
ranj063 4dfb31f
topology: dapm: expose lookup_widget()
ranj063 b49954a
topology: ctl: expose functions for parsing controls
ranj063 0681817
topology: data: expose some functions to parse private data
ranj063 a3543e6
topology: dapm: expose function to parse widget params
ranj063 6eab4f6
topology: modify struct tplg_tuple_set
ranj063 db68302
topology: replace references to object with element
ranj063 ae7c8c3
topology: Introduce new class keyword
ranj063 612200d
topology: class: Add token_ref field
ranj063 eae59fa
topology: class: add constraints for attributes
ranj063 2c818c8
topology: class: parse default value
ranj063 33c54b7
topology: class: categorize attributes
ranj063 1de6037
topology: Introduce the new object keyword
ranj063 d09eda0
topology: class: parse child objects
ranj063 4a6d170
topology: object: copy child objects from class
ranj063 ebe2a08
topology: object: create child objects within a parent object
ranj063 360f782
topology: add some helper functions
ranj063 6a446a7
topology: object: Inherit attributes from parent object
ranj063 ffe15a2
topology: object: build topology elements for all objects
ranj063 2f6777f
topology: object: add support for building private data
ranj063 67bbc68
topology: class: Introduce pre-defined types of classes
ranj063 6d5a2fc
topology: object: Add support for DAPM widget type objects
ranj063 7d1f0aa
topology2: dapm-object: add support for controls
ranj063 51a628e
topology2: add support for PCM group objects
ranj063 68d42ca
topology2: add BE DAI object build support
ranj063 c53b81e
topology: object: add support for pipeline type objects
ranj063 d17cf5d
topology2: add support for building DAPM routes
ranj063 b6a034d
topology2: update automatic attributes for host class
ranj063 7183715
topology2: update automatic attributes for buffer class
ranj063 a95ea5e
topology: update automatic attribute for endpoint class
ranj063 e1091b6
topology: update automatic attributes for connection class
ranj063 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is class sent as a ABI object ? I think this is for ABI types only ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also my be worth an example class def in your commit message.