-
Notifications
You must be signed in to change notification settings - Fork 319
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
Soft merge #624
Merged
Merged
Soft merge #624
Conversation
This file contains 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 patch makes the following changes to make way for handling different DAI types in tplg build script: 1. Define the test DAI type while processing m4 files 2. DAI format and DAI port might be relevant for other types of DAI's. So use generic TEST_DAI_PORT and TEST_DAI_FORMAT instead of TEST_SSP_PORT TEST_SSP_FORMAT Signed-off-by: Ranjani Sridharan <[email protected]>
This patch makes changes to DAI config in topology to separate out SSP specific params from common params in preparation for other DAI types coming soon. Signed-off-by: Ranjani Sridharan <[email protected]>
This patch introduces the DMIC specific config parameter tokens in topology. Signed-off-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
This patch adds the dmic test case to the tplg generating script. Signed-off-by: Ranjani Sridharan <[email protected]>
This patch adds the DMIC config definition and the DMIC config entry in DAI config. Signed-off-by: Ranjani Sridharan <[email protected]>
Add support for adding DMIC config for DMIC DAI type. Signed-off-by: Ranjani Sridharan <[email protected]>
Miss TFILE when not using XARGS. Signed-off-by: Pan Xiuli <[email protected]>
This patch adds the scripts src_std_int32.m and src_tiny_int16.m those were used to create the conversions matrices for the default and tiny profiles. The scripts call the included src_generate function that does the task with help from the filter design and coefficients export utilities. The quality and resources consumption of SRC can be customized with this tool. Signed-off-by: Seppo Ingalsuo <[email protected]>
the ssp2 should be tdm8-32bit. Signed-off-by: Wu Zhigang <[email protected]>
8 channels should be supported. Signed-off-by: Wu Zhigang <[email protected]> Suggested-by: Keyon Jie <[email protected]>
The firmware no longer uses the DMAC ID and channel info from topology. Signed-off-by: Ranjani Sridharan <[email protected]>
Use the bespoke switch IO handler in the driver for the tone switch kcontrol. Signed-off-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
Some platforms might have more than one MCLK's exposed. Add a token that will allow specifying the MCLK ID to be used in such cases. Signed-off-by: Ranjani Sridharan <[email protected]>
…efinition Add SAMPLE_RATE token for tone comp. Include it in tone definition and set it from the test pipeline definition. Signed-off-by: Ranjani Sridharan <[email protected]>
Add missing trace class to the rmbox to avoid unknow value message. Signed-off-by: Pan Xiuli <[email protected]>
SAMPLE_BITS is SSP specific. So move it to be part of the ssp tokens. Signed-off-by: Ranjani Sridharan <[email protected]>
Rename SAMPLE_BITS macro to a more generic CONFIG_DATA macro for SSP to also include the mclk id. Also modify users of the macro with the new name. Signed-off-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
Signed-off-by: Ranjani Sridharan <[email protected]>
Tone related changes in topology
rmbox: add missing trace class to sync with firmware
DAI updates - topology changes
default_hw_conf_id was used by mistake, we should use index 0 of the hw config array. Signed-off-by: Keyon Jie <[email protected]>
Signed-off-by: Keyon Jie <[email protected]>
Signed-off-by: Keyon Jie <[email protected]>
multiple SSPs/BEs support for SOF--SOFT Part
Add some test topologies with mclk id 1 Signed-off-by: Ranjani Sridharan <[email protected]>
Update graph Signed-off-by: Curtis Malainey <[email protected]>
SOFT cleanup
fixes #127 Signed-off-by: Bartosz Kokoszko <[email protected]>
rmbox: removing rmbox
Added tool to process coredumps, and to feed gdb commands to examine what caused the dump. Signed-off-by: Michal Jerzy Wierzbicki <[email protected]>
Coredumper: initial
sof-apl-hdmi.m4 is no longer needed. It was used in early stage of HDA enablement as the 1st reference. Now HDA settings are added to UP2/GLK/WHL platform m4 files. Signed-off-by: Mengdong Lin <[email protected]>
Signed-off-by: Zhang Keqiao <[email protected]>
topology: Remove sof-apl-hdmi.m4
topology: add 4-ch dmic topology for ICL
Added script I used to read preprocessor output during preprocessor metaprogramming development. Normally it is highly unreadable, this tool makes things a wee bit easier. Signed-off-by: Michal Jerzy Wierzbicki <[email protected]>
shell-scripts: human-readable preprocessor output
Signed-off-by: Curtis Malainey <[email protected]>
Merge SOFT in to reduce bisecting issues and header confusion for tools
Signed-off-by: Curtis Malainey <[email protected]>
cujomalainey
requested review from
jajanusz,
lbetlej,
mmaka1 and
plbossart
as code owners
November 25, 2018 07:35
Signed-off-by: Curtis Malainey <[email protected]>
@cujomalainey thank you :) @bkokoszx @xiulipan can you guys make sure CIs are updated, I'm assuming failures here are due to files being moved only. |
@lgirdwood it builds ok, python tests are ok for icl&cnl, it's ci hw issue, so it's false negative |
jajanusz
approved these changes
Nov 25, 2018
@lgirdwood probably want to archive soft so people dont accidentally push to it after this merges |
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.
Merge SOFT into SOF to remove complexity with tooling.
Test: Ran build tools script with docker and tools built
@lgirdwood apologies for the delay on this
Follow up PRs will be needed to remove the duplicate headers and further merge the build systems if desired.