This repository was archived by the owner on Jan 17, 2019. It is now read-only.
topology: add multi-stream topology for GLK#20
Merged
lgirdwood merged 1 commit intothesofproject:masterfrom Jul 9, 2018
Merged
topology: add multi-stream topology for GLK#20lgirdwood merged 1 commit intothesofproject:masterfrom
lgirdwood merged 1 commit intothesofproject:masterfrom
Conversation
keyonjie
suggested changes
Jul 7, 2018
| # | ||
| # Define the pipelines | ||
| # | ||
| # <---- volume <----- DMIC0 (dmic capture) |
| # | ||
| # <---- volume <----- DMIC0 (dmic capture) | ||
| # PCM0 ----> volume -----> SSP1 (speaker - maxim98357a) | ||
| # PCM1 ----> volume -----> SSP2 (headset - da7219) |
| SSP_CONFIG_DATA(SSP, 1, 16, 1))) | ||
|
|
||
| #SSP 2 with 19.2MHz mclk with ID 1 | ||
| DAI_CONFIG(SSP, 2, 1, SSP2-Codec, |
Contributor
There was a problem hiding this comment.
DAI_CONFIG(SSP, 2, 2, SSP2-Codec,...?
the 3rd param should not be duplicate with upper SSP1 one, and make sure they are coherent with machine driver.
Collaborator
Author
There was a problem hiding this comment.
Thanks, Keyon. I'll have to check which machine driver they're using for the GLK board and fix the id accordingly.
Collaborator
Author
|
@keyonjie I've pushed the changes based SSP ID's in the GLK machine driver. |
ce0b260 to
81cd0ce
Compare
Add a multi-stream topology for GLK with speaker on SSP1, headset on SSP2 and DMIC. Only playback pipelines on SSP1/2 for now. Capture pipelines to be added later. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
lgirdwood
approved these changes
Jul 9, 2018
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Add a multi-stream topology for GLK with speaker on SSP1, headset on
SSP2 and DMIC.
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com