This repository was archived by the owner on Jan 17, 2019. It is now read-only.
topology: Add 3 HDMI/DP PCMs and backends for GLK#67
Merged
lgirdwood merged 1 commit intothesofproject:masterfrom Sep 7, 2018
mengdonglin:topic/yorp
Merged
topology: Add 3 HDMI/DP PCMs and backends for GLK#67lgirdwood merged 1 commit intothesofproject:masterfrom mengdonglin:topic/yorp
lgirdwood merged 1 commit intothesofproject:masterfrom
mengdonglin:topic/yorp
Conversation
Define 3 new PCMs and backends for HDMI/DP playback on GLK platform. Here are the updated pipelines in sof-glk-da7219.m4: PCM0 ----> volume (pipe 1) ---> SSP1 (speaker - maxim98357a, BE link 0) PCM1 <---> volume (pipe 2,3) <--> SSP2 (headset - da7219, BE link 1) PCM99 <---- volume (pipe 4) <--- DMIC0 (dmic capture, BE link 2) PCM5 ----> volume (pipe 5) ---> iDisp1 (HDMI/DP playback, BE link 3) PCM6 ----> Volume (pipe 6) ---> iDisp2 (HDMI/DP playback, BE link 4) PCM7 ----> volume (pipe 7) ---> iDisp3 (HDMI/DP playback, BE link 5) There is also support for changing HDMI/DP pipelines to pass-through for validation purpose, which is commented off by default. Pleaes note that 3 virtual widgets hifi1~3 are removed, because they'll be created by HDMI codec driver. This m4 was verified on GLK platform.
Contributor
|
LGTM, @lgirdwood could you please help review and merge. |
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.
Define 3 new PCMs and backends for HDMI/DP playback on GLK platform.
Here are the updated pipelines in sof-glk-da7219.m4:
PCM0 ----> volume (pipe 1) ---> SSP1 (speaker - maxim98357a, BE link 0)
PCM1 <---> volume (pipe 2,3) <--> SSP2 (headset - da7219, BE link 1)
PCM99 <---- volume (pipe 4) <--- DMIC0 (dmic capture, BE link 2)
PCM5 ----> volume (pipe 5) ---> iDisp1 (HDMI/DP playback, BE link 3)
PCM6 ----> Volume (pipe 6) ---> iDisp2 (HDMI/DP playback, BE link 4)
PCM7 ----> volume (pipe 7) ---> iDisp3 (HDMI/DP playback, BE link 5)
There is also support for changing HDMI/DP pipelines to pass-through for
validation purpose, which is commented off by default.
Pleaes note that 3 virtual widgets hifi1~3 are removed, because they'll
be created by HDMI codec driver. This m4 was verified on GLK platform.