topology2: hda: add passthrough option as well as CHAIN_DMA#9321
Merged
kv2019i merged 1 commit intothesofproject:mainfrom Aug 27, 2024
Merged
topology2: hda: add passthrough option as well as CHAIN_DMA#9321kv2019i merged 1 commit intothesofproject:mainfrom
kv2019i merged 1 commit intothesofproject:mainfrom
Conversation
Collaborator
|
@plbossart I just tried sof-hda-passthrough.tplg with TGL and MTL devices. Capture and playback worked in both. |
singalsu
reviewed
Jul 23, 2024
Long overdue, I don't know why we keep adding complicated stuff without having a simpler baseline. Two configurations are provided, one with default copiers and another with CHAIN_DMA. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
b7747a7 to
c36c224
Compare
Member
Author
|
tagging as ready for feedback in the hope that this will attract more feedback. |
lgirdwood
approved these changes
Aug 5, 2024
ujfalusi
approved these changes
Aug 27, 2024
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.
Reviving an old branch I had in 2023 to test LNL, this PR adds support for ultra-simple pipelines for the HDA codec and the option to use the CHAIN_DMA for minimal firmware involvement.
When I tried last year, the CHAIN_DMA capture didn't work, let's see if this is still a problem