-
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
Soft merge #624
Commits on May 31, 2018
-
topology: scripts: changes to accommodate different DAI types
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]>
Configuration menu - View commit details
-
Copy full SHA for e77a8ef - Browse repository at this point
Copy the full SHA e77a8efView commit details -
topology: separate ssp params from dai common params
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]>
Configuration menu - View commit details
-
Copy full SHA for 56b8316 - Browse repository at this point
Copy the full SHA 56b8316View commit details -
This patch introduces the DMIC specific config parameter tokens in topology. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a913f77 - Browse repository at this point
Copy the full SHA a913f77View commit details -
topology: make m4 filenames dai type agnostic
Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dcac32 - Browse repository at this point
Copy the full SHA 1dcac32View commit details -
topology: scripts: add dmic test topology
This patch adds the dmic test case to the tplg generating script. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6e201c - Browse repository at this point
Copy the full SHA d6e201cView commit details -
topology: add DMIC config definition to DAI config
This patch adds the DMIC config definition and the DMIC config entry in DAI config. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 082f971 - Browse repository at this point
Copy the full SHA 082f971View commit details -
topology: add DMIC dai support in test capture m4
Add support for adding DMIC config for DMIC DAI type. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07d290c - Browse repository at this point
Copy the full SHA 07d290cView commit details
Commits on Jun 4, 2018
-
topology: test: Fix tplb-build.sh when did no use XARGS
Miss TFILE when not using XARGS. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a59eca - Browse repository at this point
Copy the full SHA 5a59ecaView commit details -
SOFT: Add SRC coefficients generate tool
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]>
Configuration menu - View commit details
-
Copy full SHA for b322168 - Browse repository at this point
Copy the full SHA b322168View commit details
Commits on Jun 11, 2018
-
topology: enable ssp2 for capture feature.
the ssp2 should be tdm8-32bit. Signed-off-by: Wu Zhigang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f85f5f8 - Browse repository at this point
Copy the full SHA f85f5f8View commit details -
topology: 8-channel should be supported
8 channels should be supported. Signed-off-by: Wu Zhigang <[email protected]> Suggested-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cc3ad2 - Browse repository at this point
Copy the full SHA 2cc3ad2View commit details
Commits on Jun 13, 2018
-
topology: remove DMAC ID/DMAC_CHANNEL from PIPELINE/PCM/DAI definitions
The firmware no longer uses the DMAC ID and channel info from topology. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd7dc88 - Browse repository at this point
Copy the full SHA bd7dc88View commit details
Commits on Jun 24, 2018
-
topology: use switch IO handler for tone switch
Use the bespoke switch IO handler in the driver for the tone switch kcontrol. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41ef052 - Browse repository at this point
Copy the full SHA 41ef052View commit details -
topology: add test tone pipelines for APL
Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0914848 - Browse repository at this point
Copy the full SHA 0914848View commit details
Commits on Jun 25, 2018
-
topology: add new token for SSP MCLK ID
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]>
Configuration menu - View commit details
-
Copy full SHA for c017230 - Browse repository at this point
Copy the full SHA c017230View commit details -
topology: add SAMPLE_RATE token for tone comp and define it in tone d…
…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]>
Configuration menu - View commit details
-
Copy full SHA for e6140f8 - Browse repository at this point
Copy the full SHA e6140f8View commit details -
rmbox: add missing trace class to sync with firmware
Add missing trace class to the rmbox to avoid unknow value message. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0beda35 - Browse repository at this point
Copy the full SHA 0beda35View commit details -
tokens: move SAMPLE_BITS to ssp tokens
SAMPLE_BITS is SSP specific. So move it to be part of the ssp tokens. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d9ad7a - Browse repository at this point
Copy the full SHA 6d9ad7aView commit details -
topology: dai: rename sample_bits macro to config_data
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]>
Configuration menu - View commit details
-
Copy full SHA for 1adb92a - Browse repository at this point
Copy the full SHA 1adb92aView commit details -
topology: move platform m4 files from dsps directory to platform/intel
Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a835ff2 - Browse repository at this point
Copy the full SHA a835ff2View commit details -
topology: move ssp related macros to ssp.m4 in platform/common
Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f58a047 - Browse repository at this point
Copy the full SHA f58a047View commit details -
topology: move dmic related macros to dmic.m4 in platform/intel
Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f73aa73 - Browse repository at this point
Copy the full SHA f73aa73View commit details
Commits on Jun 26, 2018
-
Merge pull request #1 from ranj063/topic/tone
Tone related changes in topology
Configuration menu - View commit details
-
Copy full SHA for e393b33 - Browse repository at this point
Copy the full SHA e393b33View commit details -
Merge pull request #2 from xiulipan/master
rmbox: add missing trace class to sync with firmware
Configuration menu - View commit details
-
Copy full SHA for 7b96948 - Browse repository at this point
Copy the full SHA 7b96948View commit details -
Merge pull request #4 from ranj063/dai_changes
DAI updates - topology changes
Configuration menu - View commit details
-
Copy full SHA for 308cf3d - Browse repository at this point
Copy the full SHA 308cf3dView commit details -
topology: dai: correct default_hw_conf_id
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]>
Configuration menu - View commit details
-
Copy full SHA for 229da95 - Browse repository at this point
Copy the full SHA 229da95View commit details -
topology: sof-apl-nocodec: enable multiple SSP pipelines
Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 553137d - Browse repository at this point
Copy the full SHA 553137dView commit details -
topology: change BE name for NoCodec to support multiple SSPs/BEs
Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ac2e32 - Browse repository at this point
Copy the full SHA 9ac2e32View commit details -
Merge pull request #5 from keyonjie/master
multiple SSPs/BEs support for SOF--SOFT Part
Configuration menu - View commit details
-
Copy full SHA for 75440af - Browse repository at this point
Copy the full SHA 75440afView commit details -
topology: add test topologies with mclk id 1
Add some test topologies with mclk id 1 Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71dff85 - Browse repository at this point
Copy the full SHA 71dff85View commit details -
topology: add pre-defined PDM controller configs
Add some pre-defined PDM controller configs that sets the number of active controllers and the corresponding pdm tuples. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82996c2 - Browse repository at this point
Copy the full SHA 82996c2View commit details -
topology: add more dmic test topologies
This patch modifies the test topology generator to add dmic topologies with pre-defined PDM controller configurations, sample rates and formats. It also modifies the DMIC_CONFIG macro to get the number of active pdm from the pdm config. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddbd2d6 - Browse repository at this point
Copy the full SHA ddbd2d6View commit details -
Merge pull request #6 from ranj063/test_topology
Add more test topologies
Configuration menu - View commit details
-
Copy full SHA for f756455 - Browse repository at this point
Copy the full SHA f756455View commit details
Commits on Jun 27, 2018
-
SOFT: Add SRC component test scripts
This patch provides tests for sample rate converter (SRC) SOF component. The tests are executed via the SOF host (x86) version test executable and the SRC component library. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa3e724 - Browse repository at this point
Copy the full SHA aa3e724View commit details -
SOFT: Add audio standards based objective performance measurements
This patch provides scripts to measure such performance as THD+N, dynamic range, frequency response, gain, etc. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a852b53 - Browse repository at this point
Copy the full SHA a852b53View commit details -
SOFT: Add various utility scripts for audio component tests
This patch provides the non-standard based utilities to help to execute the tests. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1abae16 - Browse repository at this point
Copy the full SHA 1abae16View commit details -
Merge pull request #7 from singalsu/topic/add_src_tests_proposal_v1
Topic/add src tests proposal v1
Configuration menu - View commit details
-
Copy full SHA for 905be3a - Browse repository at this point
Copy the full SHA 905be3aView commit details -
SOFT: Fix the topology file name in SRC test topology lookup
The topology files naming has been updated to include mclk-N so it needs to be added here as well for the script src_run.sh to work. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 934a330 - Browse repository at this point
Copy the full SHA 934a330View commit details -
SOFT: Increase SRC playback topology buffer size
This patch increases the SRC source buffer to contain 5 periods of data (measured for 1 ms @ 48 kHz ). It fixes the issue in 176.4 kHz to 48 kHz playback conversion that the pipeline freezes with insufficient available data in source buffer for SRC to convert and too little free in buffer for host to fill another 48 frames. 176.4 kHz playback is currently the largest buffer size consumer due to non-steady in/out rate. The higher rate conversion 192 kHz to 48 kHz can operate with smaller size buffer due to steady in/out rate. Note: This has been only simulated in the host test bench since SRC playback does not run currently in real devices due to another issue. However since buffers simulation is accurate this should be a real issue. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc0d9e0 - Browse repository at this point
Copy the full SHA dc0d9e0View commit details -
Merge pull request #8 from singalsu/topic/fix_src_tests_proposal_v1
SOFT: Fix the topology file name in SRC test topology lookup
Configuration menu - View commit details
-
Copy full SHA for 52b107e - Browse repository at this point
Copy the full SHA 52b107eView commit details -
Merge pull request #10 from singalsu/topic/fix_src_playback_pipe_buff…
…ers_v1 SOFT: Increase SRC playback topology buffer size
Configuration menu - View commit details
-
Copy full SHA for dfc0f67 - Browse repository at this point
Copy the full SHA dfc0f67View commit details
Commits on Jun 28, 2018
-
topology: ssp2 should be 8 channels
this is typo error. ssp2 should be 8-channel Signed-off-by: Wu Zhigang <[email protected]>
Wu Zhigang committedJun 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 254013a - Browse repository at this point
Copy the full SHA 254013aView commit details -
SOFT: Extend PCM parameters range in passtrough capture pipelines for…
… DMIC This patch extends the allowed sample rate range to 8 - 192 kHz, and channels count to 1 - 16. Previously only 48 kHz and 2 - 4 channels was allowed. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3540310 - Browse repository at this point
Copy the full SHA 3540310View commit details -
SOFT: Increase test capture pipeline max. channels count to 4
The 4ch DMIC capture test topologies can't work without this change to pipeline. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17f5a08 - Browse repository at this point
Copy the full SHA 17f5a08View commit details -
Merge pull request #14 from singalsu/topic/fix_dmic_test_capture_topo…
…logies_v1 Topic/fix dmic test capture topologies v1
Configuration menu - View commit details
-
Copy full SHA for 38399ca - Browse repository at this point
Copy the full SHA 38399caView commit details
Commits on Jun 29, 2018
-
topology: reorder the ssp setting by increasing order
reorder the ssp setting according on the ssp port number from ssp0~ssp5. make it more clear. Signed-off-by: Wu Zhigang <[email protected]>
Wu Zhigang committedJun 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 707d6d6 - Browse repository at this point
Copy the full SHA 707d6d6View commit details -
Revert "topology: dai: correct default_hw_conf_id"
This reverts commit 229da95 which call regression: thesofproject/soft#15 Default_hw_conf_id is id, not index of array, revert to fix it. Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f359214 - Browse repository at this point
Copy the full SHA f359214View commit details -
topology: sof-apl-nocodec: fix a comment typo
Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6da473e - Browse repository at this point
Copy the full SHA 6da473eView commit details -
topology: initial topology file for UP^2
Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5abe71 - Browse repository at this point
Copy the full SHA b5abe71View commit details -
Merge pull request #16 from keyonjie/master
Revert "topology: dai: correct default_hw_conf_id"
Configuration menu - View commit details
-
Copy full SHA for 2c786e9 - Browse repository at this point
Copy the full SHA 2c786e9View commit details -
Merge pull request #12 from zhigang-wu/master
ssp2 should be 8-channel
Configuration menu - View commit details
-
Copy full SHA for 9aa6193 - Browse repository at this point
Copy the full SHA 9aa6193View commit details -
SOFT: Improve audio test synchronization code
The audio tests signals contain a start and end marker to extract the test output to analyze from in-between the markers. This patch fixes a fail in SRC tests that was caused by incorrect synchronization to output data. The chirp upper frequency is limited to 0.99 x Nyquist frequency since the Nyquist frequency in the end aliased and caused a visible artefact to spectral plot and it triggered a resampler filter impulse response that had some correlation with start/end marker chirps. The cosine chirp initialization to start from 90 degrees (zero PCM code instead of max.) also cleaned the start impulse and improved the look of spectrogram plot. The syncronization was limited to seek from one measured channel only. The sync finder also didn't handle properly multi-channel input. The output file start marker scan length was reduced to be idle+marker length. And the scan time for end was reduced to be 2xidle+marker length Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cc0d1f - Browse repository at this point
Copy the full SHA 2cc0d1fView commit details
Commits on Jul 2, 2018
-
Merge pull request #17 from singalsu/topic/fix_src_test_case_fail
SOFT: Improve audio test synchronization code
Configuration menu - View commit details
-
Copy full SHA for 629d2a6 - Browse repository at this point
Copy the full SHA 629d2a6View commit details
Commits on Jul 4, 2018
-
SOFT: fix this topology failed to be loaded
Set dai id number according to NoCodec-id Signed-off-by: Rander Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa2e98a - Browse repository at this point
Copy the full SHA fa2e98aView commit details -
Merge pull request #18 from RanderWang/master
SOFT: fix this topology failed to be loaded
Configuration menu - View commit details
-
Copy full SHA for 600e269 - Browse repository at this point
Copy the full SHA 600e269View commit details
Commits on Jul 6, 2018
-
topology: test: set id to 0 for codec topology
For nocodec topology, we need the id to be same with SSP index since all SSP ports are enabled in nocodec. Codec machine drivers always have id to 0. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfe7fa9 - Browse repository at this point
Copy the full SHA dfe7fa9View commit details -
topology: fix id for sof_apl_pcm512x topology
SSP5 id should be kept to 0 and new added DMIC goes to 1 to keep old machine driver work with both old topology and this topology. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 794cf7a - Browse repository at this point
Copy the full SHA 794cf7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff8eb10 - Browse repository at this point
Copy the full SHA ff8eb10View commit details
Commits on Jul 8, 2018
-
topology: add multi-stream topology for GLK
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 591a07d - Browse repository at this point
Copy the full SHA 591a07dView commit details
Commits on Jul 9, 2018
-
Merge pull request #20 from ranj063/topology/glk
topology: add multi-stream topology for GLK
Configuration menu - View commit details
-
Copy full SHA for 764f953 - Browse repository at this point
Copy the full SHA 764f953View commit details
Commits on Jul 10, 2018
-
topology: fix id for sof_cnl_rt274 topology
Codec SSP id doesn't match with machine driver, so change the id to 1 to fix the topology loading issue. Signed-off-by: Zhang Keqiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e55cd31 - Browse repository at this point
Copy the full SHA e55cd31View commit details -
Merge pull request #22 from keqiaozhang/tplgfix
topology: fix id for sof_cnl_rt274 topology
Configuration menu - View commit details
-
Copy full SHA for 47339d2 - Browse repository at this point
Copy the full SHA 47339d2View commit details
Commits on Jul 13, 2018
-
Remove DMIC support to avoid topology load fail, Remove capture (not supported by PCM512x codec) Simplify structure using PCM_PIPELINE_ADD instead of PCM_PIPELINE_DAI_ADD Enable 24-bit output Enable up to 32-bit PCM (tested with S16_LE and S32_LE) Tested on Up2, no issues detected. Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d1b3d1 - Browse repository at this point
Copy the full SHA 4d1b3d1View commit details -
Merge pull request #28 from plbossart/debug/pcm512x
topology: fix sof-apl-pcm512x
Configuration menu - View commit details
-
Copy full SHA for 2abbfc0 - Browse repository at this point
Copy the full SHA 2abbfc0View commit details
Commits on Jul 16, 2018
-
tplg: add nocodec topology for icelake
Signed-off-by: Rander Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ba6074 - Browse repository at this point
Copy the full SHA 6ba6074View commit details -
kmod_scripts: clean-up and add pcm512x support
Update module names, only unload what is loaded and add pcm512x support for Up^2 board. Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 446e415 - Browse repository at this point
Copy the full SHA 446e415View commit details
Commits on Jul 17, 2018
-
Merge pull request #30 from plbossart/debug/modules
kmod_scripts: clean-up and add pcm512x support
Configuration menu - View commit details
-
Copy full SHA for 8555c3b - Browse repository at this point
Copy the full SHA 8555c3bView commit details -
Merge pull request #26 from RanderWang/icl
tplg: add nocodec topology for icelake
Configuration menu - View commit details
-
Copy full SHA for 576d15b - Browse repository at this point
Copy the full SHA 576d15bView commit details -
topology: sof-apl-nocodec: enable all 6 SSPs
For some reason parts of the topology were commented out. Make sure all 6 SSPs are enabled. Tested on Up2 with a LogicPro-based check on SSP5 (only interface accessive on the HAT connector) Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 812c15c - Browse repository at this point
Copy the full SHA 812c15cView commit details
Commits on Jul 18, 2018
-
Merge pull request #32 from plbossart/debug/apl-nocodec
topology: sof-apl-nocodec: enable all 6 SSPs
Configuration menu - View commit details
-
Copy full SHA for 02a9995 - Browse repository at this point
Copy the full SHA 02a9995View commit details
Commits on Jul 19, 2018
-
dist: fix make dist for topology M4
Signed-off-by: Zhang Keqiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3dd17dc - Browse repository at this point
Copy the full SHA 3dd17dcView commit details -
Merge pull request #35 from keqiaozhang/makedistfix
dist: fix make dist for topology M4
Configuration menu - View commit details
-
Copy full SHA for 942caa3 - Browse repository at this point
Copy the full SHA 942caa3View commit details -
kmod_scripts: add rt274 and tdf8532 support
Signed-off-by: Zhang Keqiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e08ea66 - Browse repository at this point
Copy the full SHA e08ea66View commit details -
Merge pull request #36 from keqiaozhang/modules
kmod_scripts: add rt274 and tdf8532 support
Configuration menu - View commit details
-
Copy full SHA for a25f4b0 - Browse repository at this point
Copy the full SHA a25f4b0View commit details
Commits on Jul 23, 2018
-
topology: Add dai index in DAI SectionBE
DAI_TYPE and DAI_INDEX are both needed to get the dai in FW, add DAI_INDEX in SectionBE to make sure we can handle multiple type dais. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d903b5 - Browse repository at this point
Copy the full SHA 3d903b5View commit details -
copy/paste mistake Fixes: 3dd17dc ('dist: fix make dist for topology M4') Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eecc7f6 - Browse repository at this point
Copy the full SHA eecc7f6View commit details
Commits on Jul 24, 2018
-
topology: fix BE DAI id to be set to ID (not index)
Previously it was set to be the dai index which works if there's only one type of BE DAI's. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7adc3d - Browse repository at this point
Copy the full SHA c7adc3dView commit details -
Merge pull request #41 from plbossart/fix/3dd17dc0
topology: fix Makefile.am
Configuration menu - View commit details
-
Copy full SHA for df1314b - Browse repository at this point
Copy the full SHA df1314bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d542a6e - Browse repository at this point
Copy the full SHA d542a6eView commit details -
Merge pull request #42 from ranj063/dai_id
topology: fix BE DAI id to be set to ID (not index)
Configuration menu - View commit details
-
Copy full SHA for 48de252 - Browse repository at this point
Copy the full SHA 48de252View commit details -
topology: add dmic pipeline to apl nocodec topology
Add DMIC capture pipeline for DMIC01 to the apl nocodec topology. DMIC16k to be added later. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2187702 - Browse repository at this point
Copy the full SHA 2187702View commit details -
topology: add comments to sof-apl-nocodec m4 file
This makes it easier to look up the macro definitions. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27d3e14 - Browse repository at this point
Copy the full SHA 27d3e14View commit details
Commits on Jul 25, 2018
-
topology: replace PIPELINE_PCM_DAI_ADD with PIPELINE_PCM_ADD
Avoid duplicating dai_add in sof-apl-nocodec topology. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f08c937 - Browse repository at this point
Copy the full SHA f08c937View commit details -
Merge pull request #33 from ranj063/apl-nocodec
topology: add dmic pipeline to apl nocodec topology
Configuration menu - View commit details
-
Copy full SHA for debaf8f - Browse repository at this point
Copy the full SHA debaf8fView commit details
Commits on Jul 26, 2018
-
topology: changes to SectionPCM macros
This patch addresses the following: 1. Move PCM_PLAYBACK_ADD to pcm.m4 The macro was in the wrong m4 file (buffer.m4) 2. Remove pipeline_id argument and "index" from SectionPCM "index" is not a member of struct snd_soc_tplg_pcm. So this information is not used in the kernel at all. Secondly, the PCM ID could be associated with more than one pipeline especially in the case of DUPLEX PCM's. So better to remove it to avoid ambiguities. 3. Remove dai_id This dai_id is the ID given to the CPU DAI when the FE DAI link is created. In the case of SOF, we should use an linearly increasing unique ID for CPU DAI ID's. If this argument is omitted, the kernel automatially assignes an ID based on the component->num_dai which is linearly incremented every time a new DAI link is added. 4. Finally update users to align with the new definitions. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc10876 - Browse repository at this point
Copy the full SHA dc10876View commit details
Commits on Jul 30, 2018
-
Merge pull request #43 from ranj063/sectionpcm
[RFC] Changes to SectionPCM macros
Configuration menu - View commit details
-
Copy full SHA for 722a24a - Browse repository at this point
Copy the full SHA 722a24aView commit details -
topology: Fix SectionPCM macros
PR43 and commit dc10876 ('topology: changes to SectionPCM macros') went a bit too far and removed a much-needed alignment between pcm id and dummy dai id. Tested on APL/Reef Chromebook Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c214b8 - Browse repository at this point
Copy the full SHA 7c214b8View commit details -
Merge pull request #45 from plbossart/fix/pr43
topology: Fix SectionPCM macros
Configuration menu - View commit details
-
Copy full SHA for fdf3924 - Browse repository at this point
Copy the full SHA fdf3924View commit details
Commits on Aug 1, 2018
-
topology: add APL and GLK Chromebook support
The APL and GLK topologies are identical except for a swap of SSPs and MCLKs. Tested on Reef and GLK TODO: 1. there is currently a kernel bug where only duplex pipelines can be assigned to the same PCM number. For now mark DMIC as device 99 to track this is a work-around to be modified in the near future 2. Edit the Virtual routes/widgets to remove kernel warnings (no functional impact) Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e50a51 - Browse repository at this point
Copy the full SHA 8e50a51View commit details -
Merge pull request #47 from plbossart/fix/glk
topology: add APL and GLK Chromebook support
Configuration menu - View commit details
-
Copy full SHA for cfff9e0 - Browse repository at this point
Copy the full SHA cfff9e0View commit details
Commits on Aug 7, 2018
-
SOFT: Add equalizer tuning scripts and small examples
This patch adds support to SOFT to setup FIR and IIR equalizer types. The examples scripts for simple FIR loudness effect, IIR loudness effect and speaker equalization case demonstrate the usage of the tool. The output ".txt" files will be possible to apply with alsactl to setup the equalizers in SOF. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5eb0175 - Browse repository at this point
Copy the full SHA 5eb0175View commit details -
Merge pull request #49 from singalsu/add_eq_tune_proposal
SOFT: Add equalizer tuning scripts and small examples
Configuration menu - View commit details
-
Copy full SHA for 91bb08d - Browse repository at this point
Copy the full SHA 91bb08dView commit details
Commits on Aug 8, 2018
-
kmod_scripts: filter out DMA trace overflow
The occurrence of DMA trace overflows has become so bad I need to filter out these error messages to test module load/unload. Sad but what can I say. Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef307ba - Browse repository at this point
Copy the full SHA ef307baView commit details -
kmod_scripts: look for timeout errors and stop loops
Timeout errors happen randomly but need to be checked. This helps check issues reported at #209 Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea08faf - Browse repository at this point
Copy the full SHA ea08fafView commit details -
Merge pull request #50 from plbossart/fix/kmod_scripts_trace
Enhance kmod scripts
Configuration menu - View commit details
-
Copy full SHA for ad895a8 - Browse repository at this point
Copy the full SHA ad895a8View commit details
Commits on Aug 9, 2018
-
ci: travis: enable travis ci for SOFT
Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 046e763 - Browse repository at this point
Copy the full SHA 046e763View commit details -
Merge pull request #52 from xiulipan/travisci
ci: travis: enable travis ci for SOFT
Configuration menu - View commit details
-
Copy full SHA for fe1f3ba - Browse repository at this point
Copy the full SHA fe1f3baView commit details -
EQ: Improve Matlab compatibility of equalizer filter design plus cleanup
This patch adds checks into places where Octave and Matlab handle the used functions differently. In previous version the difference in bilinear transform caused IIR designs to fail totally in Matlab. There remains an issue with IIR EQs design with Matlab. In that case a warning text is printed since the problem with tf2sos() does not happen with all designs (example_spk_eq is impacted). It will be investigated and fixed later. The problem does not happen with Octave. Equalizer defaults had accidentally by default boost of one dB compared to desired filter scaling. the offset (norm_offs_db) is now restored to 0. In parametric equalizers design renamed BW to Q for the correct purpose (peaking filter Q-value). Fixed bug in filters normalization where loudness based scaling of IIR filters was using calculated value for the FIR part. Also cleaned up lot commented out lines and simplified some functions parameters usage. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 684737c - Browse repository at this point
Copy the full SHA 684737cView commit details -
EQ: Improve example equalizer design scripts
This patch cleans up the scripts and improves the accuracy of speaker case with more carefully set manual equalizer design parameters. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 085b680 - Browse repository at this point
Copy the full SHA 085b680View commit details
Commits on Aug 14, 2018
-
topology: add some virtual widgets to topology of cnl
It fixs dai link error in kernel log Signed-off-by: Rander Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3b3815 - Browse repository at this point
Copy the full SHA a3b3815View commit details
Commits on Aug 16, 2018
-
Merge pull request #55 from RanderWang/cnl_274
topology: add some virtual widgets to topology of cnl
Configuration menu - View commit details
-
Copy full SHA for a01d56f - Browse repository at this point
Copy the full SHA a01d56fView commit details
Commits on Aug 21, 2018
-
Merge pull request #53 from singalsu/update_eq_tune_scripts_proposal
Update EQ tune scripts
Configuration menu - View commit details
-
Copy full SHA for a984b93 - Browse repository at this point
Copy the full SHA a984b93View commit details -
Decrease SRC pipeline buffers RAM size and update PCM configuration
This patch decreases pipeline buffers usage from 5x or 4x periods to 3x to avoid DAI error in APL platform when allocating buffers. The smaller buffers are sufficient since the test topology pipelines are scheduled every 1ms (earlier assumption was every 5 ms). The PCM capability is updated to 8 channels similarly as with low delay pipeline. The highest sample rate is increased from 96 kHz to 192 kHz. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 157e378 - Browse repository at this point
Copy the full SHA 157e378View commit details -
Merge pull request #56 from singalsu/tplg_src_save_buffers_ram_proposal
Decrease SRC pipeline buffers RAM size and update PCM configuration
Configuration menu - View commit details
-
Copy full SHA for 53e8c47 - Browse repository at this point
Copy the full SHA 53e8c47View commit details
Commits on Aug 23, 2018
-
topology: add support for wm8804
This SPDIF transmitter/receiver is used by the HifiBerry DIGI+ and DIGI IO. The wm8804 operates as bit clock and frame master. TODO in future update: add support for capture on the DIGI+ IO (this may be done with a different topology file to avoid confusing users with a non-working PCM capture patch) Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67802d8 - Browse repository at this point
Copy the full SHA 67802d8View commit details -
Merge pull request #58 from plbossart/topic/wm8804
topology: add support for wm8804
Configuration menu - View commit details
-
Copy full SHA for 41861aa - Browse repository at this point
Copy the full SHA 41861aaView commit details
Commits on Aug 30, 2018
-
EQ Tool: Fix compatibility with Matlab and improve accuracy of IIR fi…
…lters This patch changes code to allocate filter poles and zeros to biquads to allow seeing poor SNR due to strong scaling vs. available fixed point filter word length. The issue was severe especially with Matlab version of tf2sos() function. The replacement is straighforward z, p frequency sort. The scaling of biquads was changed to max -6 dB instead of previous -3 dB to be more safe against internal signal clipping. The IIR design was changed entirely to be based on zeros and poles (z, p, k) in intermediate storate instead of polynomial coefficients. This improves the accuracy especially of low frequencies high-pass designs. The default max. IIR order is increased from 12 to 16. Finally since the grpdelay() function in octave-signal package calculates incorrect result the group delay computation and plotting is disabled for now in Octave. It works in Matlab. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 206deaf - Browse repository at this point
Copy the full SHA 206deafView commit details -
Merge pull request #61 from singalsu/fix_matlab_iir_eq_proposal
EQ Tool: Fix compatibility with Matlab and improve accuracy of IIR filters
Configuration menu - View commit details
-
Copy full SHA for eddca59 - Browse repository at this point
Copy the full SHA eddca59View commit details -
SRC test: Fix testbench execute command line plus cleanup
This patch fixes the command line sample rate parameters passing into host testbench (-r & -R). In my computer at least the print command of non-visible plots stopped working into error so I disabled the print commant that creates PNG graphics files. It's OK since the purpose of this script is batch testing. The visible plot files can be enabled from SRC test script to see plots if need for deep dive. The patch includes also fix for text output for "help src_test". The input and output word lengths were missing from sample command. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a47524a - Browse repository at this point
Copy the full SHA a47524aView commit details -
Merge pull request #62 from singalsu/fix_src_test_cmdline_arg_proposal
SRC test: Fix testbench execute command line plus cleanup
Configuration menu - View commit details
-
Copy full SHA for d40087f - Browse repository at this point
Copy the full SHA d40087fView commit details
Commits on Sep 3, 2018
-
topology: Define hda.m4 for HD-Audio configurations
This patch adds a new file hda.m4. This file defines macro HDA_DAI_CONFIG(idx, link_id, name) for user to define configurations for HDA Backend links. The link's data tuple will carry the HDA type info for kernel driver to check the link type. Pleae note that there are no HW configurations defined for HDA BE links because current HW configurations is more suitable for SSP BE links, but not for HDA. We'll decide what HW configurations are suitable for HDA BE links later. Signed-off-by: Mengdong Lin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e767798 - Browse repository at this point
Copy the full SHA e767798View commit details
Commits on Sep 4, 2018
-
topology: Create HDMI only m4 file for APL
This patch creates sof_apl_hdmi.m4 to define topology for 3 playback pipelines, FE and BE links for HDMI/DisplayPort(DP) audio. This can be a reference to verify audio over HDMI/DP on APL platforms. The HDMI/DP frontends are named as HDMIx, to reuse the generic HDA DSP machine driver which checks the link names and will do extra initialization on HDMI/DP frontends if "HDMI" is found in the link name. This m4 does't include topology for using external HD-A analog codecs. We will create another m4 file to include both HDA display and analog audio. Signed-off-by: Mengdong Lin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0062f9 - Browse repository at this point
Copy the full SHA c0062f9View commit details -
Merge pull request #64 from mengdonglin/topic/hda-v3
v3 topology: Add suppport for HDA links
Configuration menu - View commit details
-
Copy full SHA for 796663b - Browse repository at this point
Copy the full SHA 796663bView commit details -
topology: first try of m4 debug macros
Signed-off-by: Jaska Uimonen <[email protected]>
Jaska Uimonen committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 72629ac - Browse repository at this point
Copy the full SHA 72629acView commit details -
Merge pull request #65 from juimonen/m4debug
[RFC] topology: first try of m4 debug macros
Configuration menu - View commit details
-
Copy full SHA for 9af6584 - Browse repository at this point
Copy the full SHA 9af6584View commit details -
topology: make building tests into a separate target
Signed-off-by: Jaska Uimonen <[email protected]>
Jaska Uimonen committedSep 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 1354af8 - Browse repository at this point
Copy the full SHA 1354af8View commit details -
Merge pull request #66 from juimonen/testtarget
topology: make building tests into a separate target
Configuration menu - View commit details
-
Copy full SHA for d272119 - Browse repository at this point
Copy the full SHA d272119View commit details
Commits on Sep 6, 2018
-
topology: Add 3 HDMI/DP PCMs and backends for GLK
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.
Configuration menu - View commit details
-
Copy full SHA for 4c9e3dd - Browse repository at this point
Copy the full SHA 4c9e3ddView commit details
Commits on Sep 7, 2018
-
Merge pull request #67 from mengdonglin/topic/yorp
topology: Add 3 HDMI/DP PCMs and backends for GLK
Configuration menu - View commit details
-
Copy full SHA for d77beaf - Browse repository at this point
Copy the full SHA d77beafView commit details
Commits on Sep 19, 2018
-
EQ Tool: Output topology m4 binary control style configuration data
This patch adds export function for the m4 syntax bytes data and adds the export of such blob to example designs. The example EQ designs are edited to make this format export too. In addition the example FIR length is adjusted to be near current IPC length maximum (384) and improve the effect quality. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3d68ec - Browse repository at this point
Copy the full SHA e3d68ecView commit details -
EQ FIR: Add check and removal for trailing zeros in filter coefficients
This patch adds removing of extra zeros in the FIR coefficients. The zeros can happen in some responses due to fixed point quantization of very small values. The zero taps consume DSP resources for nothing so better to clean them out for EQ configuration data. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c43666d - Browse repository at this point
Copy the full SHA c43666dView commit details -
Merge pull request #71 from singalsu/add_eq_m4_export
EQ Tool: Output topology m4 binary control style configuration data
Configuration menu - View commit details
-
Copy full SHA for e4ca26b - Browse repository at this point
Copy the full SHA e4ca26bView commit details -
Merge pull request #72 from singalsu/fix_eq_fir_length_trailing_zeros
EQ FIR: Add check and removal for trailing zeros in filter coefficients
Configuration menu - View commit details
-
Copy full SHA for 78748d4 - Browse repository at this point
Copy the full SHA 78748d4View commit details
Commits on Sep 21, 2018
-
Set capabilities of channels to those defined in topology
Do not use a static defined number of channels, use the channels passed in otherwise ASoC will try to allocate number of channels that should not be allowed. Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46fc6fd - Browse repository at this point
Copy the full SHA 46fc6fdView commit details
Commits on Sep 22, 2018
-
Merge pull request #73 from cujomalainey/master
Set capabilities of channels to those defined in topology
Configuration menu - View commit details
-
Copy full SHA for 15030d4 - Browse repository at this point
Copy the full SHA 15030d4View commit details
Commits on Sep 25, 2018
-
This patch adds EQ, bytecontrol, and EQ+volume pipeline m4 macros and an enhanced topology with EQ for UP2 + HiFiberry. There is not yet FIR/IIR type select. The EQ type is currently hardcoded into kernel. Signed-off-by: Seppo Ingalsuo <[email protected]> Signed-off-by: Ranjani Sridharan <[email protected]> Signed-off-by: Jaska Uimonen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for baa791f - Browse repository at this point
Copy the full SHA baa791fView commit details -
Topology: Add generic type string to effect widgets data field
Adding type string to widget data allows the driver to identify different effects. As an example use this in the equalizer. Also modify equalizer to pass default parameters in control's private data. Signed-off-by: Jaska Uimonen <[email protected]>
Jaska Uimonen committedSep 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 6b56daf - Browse repository at this point
Copy the full SHA 6b56dafView commit details -
Merge pull request #68 from juimonen/eq_test
[RFC] generic effect type with fir and iir eq
Configuration menu - View commit details
-
Copy full SHA for 57b5212 - Browse repository at this point
Copy the full SHA 57b5212View commit details
Commits on Sep 26, 2018
-
topology: sof-glk-da7219: update to use s32le format for HDMI pipelines
Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 110378d - Browse repository at this point
Copy the full SHA 110378dView commit details -
Merge pull request #76 from keyonjie/master
topology: sof-glk-da7219: update to use s32le format for HDMI pipelines
Configuration menu - View commit details
-
Copy full SHA for 60c3937 - Browse repository at this point
Copy the full SHA 60c3937View commit details
Commits on Sep 27, 2018
-
topology: initial topology file for APL RVP
It is basically copy from sof-apl-pcm512x.m4 and add hdmi support Signed-off-by: Bard liao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41184b0 - Browse repository at this point
Copy the full SHA 41184b0View commit details
Commits on Sep 28, 2018
-
topology: add topology file for hda generic machine
Signed-off-by: Keyon Jie <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dc01f7 - Browse repository at this point
Copy the full SHA 8dc01f7View commit details -
Merge pull request #79 from bardliao/apl_rvp
topology: initial topology file for APL RVP
Configuration menu - View commit details
-
Copy full SHA for 933fce3 - Browse repository at this point
Copy the full SHA 933fce3View commit details -
Merge pull request #82 from keyonjie/master
topology: add topology file for hda generic machine
Configuration menu - View commit details
-
Copy full SHA for 18c9950 - Browse repository at this point
Copy the full SHA 18c9950View commit details -
logger: added tool for parsing new trace format
Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6157e89 - Browse repository at this point
Copy the full SHA 6157e89View commit details -
logger: added and updated logger makefiles
Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 437de79 - Browse repository at this point
Copy the full SHA 437de79View commit details -
Merge pull request #77 from bkokoszx/logger
Logger: added tool for parsing new trace format
Configuration menu - View commit details
-
Copy full SHA for 918e401 - Browse repository at this point
Copy the full SHA 918e401View commit details -
EQ: Add equalizer control tool eqctl
This patch adds a simple control tool to setup during runtime (idle) the IIR or FIR equalizer with new coefficients configuration. It is useful in tuning of the equalizers. The tool also has capability to read the EQ configuration from DSP. Run "sof-eqctl -h" to see usage. The directory SOFT/tune/eq contains tool to create EQ setup data. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a1e126 - Browse repository at this point
Copy the full SHA 1a1e126View commit details
Commits on Sep 29, 2018
-
hda: add virtual widgets to kill error message in kernel log
Signed-off-by: Rander Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f65d96 - Browse repository at this point
Copy the full SHA 2f65d96View commit details -
logger: change include filename for uapi
Did not include header in a absolute path. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 497acc8 - Browse repository at this point
Copy the full SHA 497acc8View commit details -
logger: run dos2unix for some format issues
Change some dos format to unix Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f9b350 - Browse repository at this point
Copy the full SHA 8f9b350View commit details -
logger: make logger usage similiar to old rmbox
Add wrapper for parser function and add default path for error trace and dam trace. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8d5431 - Browse repository at this point
Copy the full SHA a8d5431View commit details -
Merge pull request #84 from RanderWang/hda-fix
hda: add virtual widgets to kill error message in kernel log
Configuration menu - View commit details
-
Copy full SHA for e66596e - Browse repository at this point
Copy the full SHA e66596eView commit details -
Merge pull request #74 from singalsu/add_eqctl_proposal
EQ: Add equalizer control tool eqctl
Configuration menu - View commit details
-
Copy full SHA for e97bda2 - Browse repository at this point
Copy the full SHA e97bda2View commit details -
Merge pull request #86 from xiulipan/pr/loggerfix
Some optimization to logger
Configuration menu - View commit details
-
Copy full SHA for 4c9498a - Browse repository at this point
Copy the full SHA 4c9498aView commit details
Commits on Oct 2, 2018
-
eqctl: do not process invalid input file name
Fixes seg faults when input file does not exist. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4171c8 - Browse repository at this point
Copy the full SHA e4171c8View commit details -
Merge pull request #87 from ranj063/eqctl
eqctl: do not process invalid input file name
Configuration menu - View commit details
-
Copy full SHA for 54d191e - Browse repository at this point
Copy the full SHA 54d191eView commit details -
Use passed in number of channels for pipeline
Pipelines should not expose more channels than what they are configured to support. Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9050d82 - Browse repository at this point
Copy the full SHA 9050d82View commit details
Commits on Oct 3, 2018
-
Merge pull request #89 from cujomalainey/master
Use passed in number of channels for pipeline
Configuration menu - View commit details
-
Copy full SHA for 8a56694 - Browse repository at this point
Copy the full SHA 8a56694View commit details
Commits on Oct 4, 2018
-
EQ tune: Update m4 format EQ filter coefficients syntax
This patch updates the export format to currently used format in topology. It adds also possibility to pass text comment into line above the bytes from EQ design script. The date is appended automatically after comment. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7372f1e - Browse repository at this point
Copy the full SHA 7372f1eView commit details -
Merge pull request #91 from singalsu/fix_eq_m4_export
EQ tune: Update m4 format EQ filter coefficients syntax
Configuration menu - View commit details
-
Copy full SHA for 2d7a933 - Browse repository at this point
Copy the full SHA 2d7a933View commit details
Commits on Oct 8, 2018
-
logger/rmbox: unify implementation of new logger tool with old rmbox
Integrate both tools to provide common CLI. Also provide better logging format for logger tool. Signed-off-by: ArturX Kloniecki [email protected]
Configuration menu - View commit details
-
Copy full SHA for 86b8daf - Browse repository at this point
Copy the full SHA 86b8dafView commit details -
Merge pull request #88 from akloniex/unify-logger
logger/rmbox: unify implementation of new logger tool with old rmbox
Configuration menu - View commit details
-
Copy full SHA for e37aa3f - Browse repository at this point
Copy the full SHA e37aa3fView commit details
Commits on Oct 9, 2018
-
WHL: add a bespoke hda topology for WHL
Only passthrough is required on WHL Signed-off-by: Rander Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c569a95 - Browse repository at this point
Copy the full SHA c569a95View commit details -
logger: Implement possibility to read log data from stdin
Signed-off-by: ArturX Kloniecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e4995f - Browse repository at this point
Copy the full SHA 5e4995fView commit details
Commits on Oct 10, 2018
-
logger: Fix formatting of line number value.
Signed-off-by: ArturX Kloniecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 932f09f - Browse repository at this point
Copy the full SHA 932f09fView commit details -
logger: Add support for 4 parameters passed to log message.
Signed-off-by: ArturX Kloniecki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bf2641 - Browse repository at this point
Copy the full SHA 3bf2641View commit details -
EQ: Add tool for acoustical frequency response measurement
This patch adds into SOFT/tune/eq a script mls_freq_resp.m that can be used as low budget or quick developer tool to measure device frequency response. The configuration files mls_play_config.txt and mls_rec_config.txt configure the audio devices for local or remote ssh aplay/arecord execution. The MLS measurement with a short time window, e.g. less than 10 ms can partially achieve the same as anechoic measurement. However this is not intended to replace usage any professional audio measurement. If using this use with care! Note also that as such this script measures the response of a speaker - microphone system. One response need to be known and under calibration to get reliable results for other. Even ADC and DAC responses may impact. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cbba6c - Browse repository at this point
Copy the full SHA 1cbba6cView commit details -
Merge pull request #93 from RanderWang/whl_tplg
WHL: add a bespoke hda topology for WHL
Configuration menu - View commit details
-
Copy full SHA for b6046db - Browse repository at this point
Copy the full SHA b6046dbView commit details -
Merge pull request #96 from akloniex/read-stdin
logger: Implement possibility to read log data from stdin
Configuration menu - View commit details
-
Copy full SHA for 3c59e53 - Browse repository at this point
Copy the full SHA 3c59e53View commit details -
Merge pull request #97 from akloniex/fix-formatting
logger: Fix formatting of line number value.
Configuration menu - View commit details
-
Copy full SHA for 3e848fe - Browse repository at this point
Copy the full SHA 3e848feView commit details -
Merge pull request #98 from akloniex/trace-improvements
logger: Add support for 4 parameters passed to log message.
Configuration menu - View commit details
-
Copy full SHA for 878d088 - Browse repository at this point
Copy the full SHA 878d088View commit details
Commits on Oct 11, 2018
-
Merge pull request #99 from singalsu/eq_add_response_measure
EQ: Add tool for acoustical frequency response measurement
Configuration menu - View commit details
-
Copy full SHA for 7f47792 - Browse repository at this point
Copy the full SHA 7f47792View commit details -
Topology: Add DMIC capture pipeline with gain and high-pass filter
This patch adds topology sof-apl-eq-dmic to help testing acoustical audio capture via DMIC or work as example for other machine drivers. The capture format is set as four channels, S32_LE, 48 kHz. The IIR EQ is a 2nd order Butterworth high-pass with cut-off frequency at 50 Hz to suppress non-audible lowest frequencies. The EQ provides additional +20 dB gain to avoid the recording to sound too silent. The IIR EQ or additional FIR EQ instance can when needed provide other form factor specific equalization. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27281d7 - Browse repository at this point
Copy the full SHA 27281d7View commit details
Commits on Oct 12, 2018
-
tests: add qa tests and rearrange other tests under one directory
Previously we used to have tests scattered around, so let's put them under one directory to make things more clear. Now under top level test directory we have directories: audio - objective audio quality tests used to be under test/ qa - qa tests run by the CI new test component in soft repo topology - topology test file generation used to be under topology/tests Signed-off-by: Jaska Uimonen <[email protected]>
Jaska Uimonen committedOct 12, 2018 Configuration menu - View commit details
-
Copy full SHA for 0808765 - Browse repository at this point
Copy the full SHA 0808765View commit details
Commits on Oct 14, 2018
-
Merge pull request #95 from singalsu/tplg_add_iir_dmic_pipe
Topology: Add DMIC capture pipeline with gain and high-pass filter
Configuration menu - View commit details
-
Copy full SHA for 6efe3d4 - Browse repository at this point
Copy the full SHA 6efe3d4View commit details -
Merge pull request #101 from juimonen/test_pr
tests: add qa tests and rearrange other tests under one directory
Configuration menu - View commit details
-
Copy full SHA for c0a881a - Browse repository at this point
Copy the full SHA c0a881aView commit details
Commits on Oct 15, 2018
-
topology: enable hdmi support on UP2 board
Add HDMI support to sof-apl-pcm512x Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97ae708 - Browse repository at this point
Copy the full SHA 97ae708View commit details -
EQ: Update new path into objective quality test functions
This patch fixes the path issue from previous directory structure maintenance. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9250bfe - Browse repository at this point
Copy the full SHA 9250bfeView commit details -
EQ: Fix an integer type bug in IIR coefficients blob packer
This patch adds explicit conversion to signed int32 type for response to channels indices in assign_response and filter coefficients. The bug was visible if trying to activate in IIR blob the per channel filter bypass by having a negative value (-1) in any of channel assigns. Octave assumed the type to be unsigned and produced wrong configuration bytes. The filter coefficients are already integer type from previous quantization code in the conversion process. However it does not hurt to have extra safety to avoid similar issue as assign. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0913d7c - Browse repository at this point
Copy the full SHA 0913d7cView commit details -
rmbox: usage function refinement
Refines the output content when displaying the logger usage. Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9731f1 - Browse repository at this point
Copy the full SHA c9731f1View commit details -
Merge pull request #80 from xiulipan/pr/up2hdmi
topology: enable hdmi support on UP2 board
Configuration menu - View commit details
-
Copy full SHA for 282a318 - Browse repository at this point
Copy the full SHA 282a318View commit details -
Merge pull request #106 from singalsu/eq_path_change_updates
EQ: Update new path into objective quality test functions
Configuration menu - View commit details
-
Copy full SHA for b76776b - Browse repository at this point
Copy the full SHA b76776bView commit details -
Merge pull request #107 from singalsu/eq_iir_fix_assign_integer_type
EQ: Fix an integer type bug in IIR coefficients blob packer
Configuration menu - View commit details
-
Copy full SHA for 06a42dd - Browse repository at this point
Copy the full SHA 06a42ddView commit details -
Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ad6c23 - Browse repository at this point
Copy the full SHA 7ad6c23View commit details -
Merge pull request #103 from bkokoszx/logger_usage
rmbox: usage function refinement
Configuration menu - View commit details
-
Copy full SHA for 9df6d36 - Browse repository at this point
Copy the full SHA 9df6d36View commit details -
Merge pull request #100 from bkokoszx/logger_kw
rmbox: fix rmbox KW issues
Configuration menu - View commit details
-
Copy full SHA for 9033d35 - Browse repository at this point
Copy the full SHA 9033d35View commit details -
readme: upgrade readme with sof-logger instruction
Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6885d0 - Browse repository at this point
Copy the full SHA e6885d0View commit details -
rmbox: change bins name to sof-logger sof-rmbox
Change binary names: from logger to sof-logger and from rmbox to sof-rmbox Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8f671b - Browse repository at this point
Copy the full SHA c8f671bView commit details -
Merge pull request #105 from bkokoszx/sof-logger
rmbox: change binary names of logger and rmbox
Configuration menu - View commit details
-
Copy full SHA for 0e16805 - Browse repository at this point
Copy the full SHA 0e16805View commit details -
Merge pull request #104 from bkokoszx/readme_update
readme: upgrade readme with logger instruction
Configuration menu - View commit details
-
Copy full SHA for b37b8ef - Browse repository at this point
Copy the full SHA b37b8efView commit details -
eqctl: Add check for calloc() success and return 0 in exit
This patch adds the missed details into the code. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a8ed19 - Browse repository at this point
Copy the full SHA 7a8ed19View commit details -
Merge pull request #108 from singalsu/eqctl_check_calloc_and_return_zero
eqctl: Add check for calloc() success and return 0 in exit
Configuration menu - View commit details
-
Copy full SHA for 5b51dc0 - Browse repository at this point
Copy the full SHA 5b51dc0View commit details
Commits on Oct 18, 2018
-
Topology: DMIC: Reduce PCM capabilities to DMIC configuration
This patch impacts topologies sof-apl-nocodec, sof-apl-da7219, and sof-glk-da7219 those use the pipe-passthrough-capture macro for DMIC. The PCM saple rate is limited to 48 kHz (was 8 - 192 kHz). The capture channels count can be only PIPELINE_CHANNELS (was 1 - PIPELINE_CHANNELS). This prevents corrupted audio capture that happens when DMIC topology parameters and capture parameters differ. It happens because DMIC FIFOs drop samples or add unwanted samples when the configuration does not match. In sof-apl-nocodec topology the PIPELINE_CHANNELS is set to 2 that matches the configuration. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53f90d9 - Browse repository at this point
Copy the full SHA 53f90d9View commit details -
Merge pull request #90 from singalsu/fix_nocodec_dmic_pcm
Topology: DMIC: Reduce PCM capabilities to DMIC configuration
Configuration menu - View commit details
-
Copy full SHA for b376404 - Browse repository at this point
Copy the full SHA b376404View commit details -
topology: duplicate dai formart for pcm add
In PIPELINE_PCM_ADD, DAI_FORMAT is not set but are used later. Need to set this value to avoid protenial issues. Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6016cd - Browse repository at this point
Copy the full SHA b6016cdView commit details -
topology: m4: add SOF_TKN_DAI_DIRECTION for DAI
Signed-off-by: Rander Wang <[email protected]> Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4898321 - Browse repository at this point
Copy the full SHA 4898321View commit details -
topolgy: m4: add direction for widget dai
Add direction for widget dai, 0 for playback and 1 for capture. Signed-off-by: Rander Wang <[email protected]> Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25dcef9 - Browse repository at this point
Copy the full SHA 25dcef9View commit details -
Merge pull request #109 from xiulipan/pr/pplfmt
topology: duplicate dai formart for pcm add
Configuration menu - View commit details
-
Copy full SHA for 64c0e8d - Browse repository at this point
Copy the full SHA 64c0e8dView commit details -
Merge pull request #110 from xiulipan/pr/daidir
Add direction for dai widget in topology
Configuration menu - View commit details
-
Copy full SHA for a1dfcb7 - Browse repository at this point
Copy the full SHA a1dfcb7View commit details
Commits on Oct 23, 2018
-
Topology: Add 2ch and 4ch raw DMIC capture topologies for APL
This patch adds two minimal capture topologies to enable doing tests those require raw audio capture with unmodified S32_LE samples, e.g. channels order preserve test where the mic # origin can be checked from side information in LSB bits. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d4b10c - Browse repository at this point
Copy the full SHA 8d4b10cView commit details -
Test: Audio: Fix paths in SRC host version testbench
The directories were restructured lately and this patch fixes the changed paths issue. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 092db5e - Browse repository at this point
Copy the full SHA 092db5eView commit details -
topology: renumber SSP tokens - ABI CHANGE
Initial _ACTIVE fields are replaced by a single clock control This change can lead to regressions, it needs to be aligned with the same change at the kernel level. Signed-off-by: Pierre-Louis Bossart <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d0f178 - Browse repository at this point
Copy the full SHA 8d0f178View commit details
Commits on Oct 24, 2018
-
Merge pull request #112 from singalsu/add_dmic_2ch_4ch_topologies
Topology: Add 2ch and 4ch raw DMIC capture topologies for APL
Configuration menu - View commit details
-
Copy full SHA for 5d7c535 - Browse repository at this point
Copy the full SHA 5d7c535View commit details -
Merge pull request #113 from singalsu/fix_src_host_testbench_paths
Test: Audio: Fix paths in SRC host version testbench
Configuration menu - View commit details
-
Copy full SHA for b315f9b - Browse repository at this point
Copy the full SHA b315f9bView commit details -
Merge pull request #114 from plbossart/fix/ipc-alignment
topology: renumber SSP tokens - ABI CHANGE
Configuration menu - View commit details
-
Copy full SHA for c9a4c87 - Browse repository at this point
Copy the full SHA c9a4c87View commit details
Commits on Oct 26, 2018
-
logger: refinement handling invalid trace address
In case of getting invalid trace address file descriptor now moves forward only one dword, not whole struct dma_log as it was earlier. Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8dfacb - Browse repository at this point
Copy the full SHA b8dfacbView commit details -
Merge pull request #116 from bkokoszx/logger-rejecting-trace-address
logger: refinement handling invalid trace address
Configuration menu - View commit details
-
Copy full SHA for b5eb155 - Browse repository at this point
Copy the full SHA b5eb155View commit details
Commits on Oct 29, 2018
-
EQ Tool: Add calibration data import
This patch adds capability to apply for capture microphone calibration data (ASCII text lines with Hz, dB values). The calibration data file name needs to be edited into configuration file mls_rec_config.txt. Such calibration data is provided by several inexpensive USB measurement microphones manufacturers. Signed-off-by: Seppo Ingalsuo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa07355 - Browse repository at this point
Copy the full SHA fa07355View commit details -
Merge pull request #117 from singalsu/eq_add_mic_calibration_import
EQ Tool: Add calibration data import
Configuration menu - View commit details
-
Copy full SHA for 4ac9248 - Browse repository at this point
Copy the full SHA 4ac9248View commit details
Commits on Nov 1, 2018
-
topology: glk: fix channel count for dmic stereo recording
Fix the channel count to 2 for stereo dmic recording. Signed-off-by: Ranjani Sridharan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22fba69 - Browse repository at this point
Copy the full SHA 22fba69View commit details -
Merge pull request #119 from ranj063/glk_dmic
topology: glk: fix channel count for dmic stereo recording
Configuration menu - View commit details
-
Copy full SHA for 937032f - Browse repository at this point
Copy the full SHA 937032fView commit details
Commits on Nov 2, 2018
-
logger: add firmware verification capability
I've added two logger flags for firmware version verification: -e - enables checking fw version with default file -v ver_file - enables checking fw version with ver_file file Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a73c4f6 - Browse repository at this point
Copy the full SHA a73c4f6View commit details
Commits on Nov 8, 2018
-
logger: logging topology number for component
I've added printing component topology number (i.e. pipeline_id.component_id). If id's are not defined logger will not print any values. e.g.: CORE LEVEL COMP_ID TIMESTAMP ... 0 2 HOST 487048.229167 ... (not defined id's) 0 2 PIPE 1.3 591235.052083 ... (defined id's) Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 105b9b5 - Browse repository at this point
Copy the full SHA 105b9b5View commit details
Commits on Nov 9, 2018
-
Merge pull request #118 from bkokoszx/logger-fw-verification
logger: add firmware verification capability
Configuration menu - View commit details
-
Copy full SHA for 73c8a13 - Browse repository at this point
Copy the full SHA 73c8a13View commit details -
logger: string overflow warning fix
fixes #124 Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b141dae - Browse repository at this point
Copy the full SHA b141daeView commit details -
Merge pull request #125 from bkokoszx/logger-string-overflow
logger: string overflow warning fix
Configuration menu - View commit details
-
Copy full SHA for 2cd668c - Browse repository at this point
Copy the full SHA 2cd668cView commit details
Commits on Nov 13, 2018
-
logger: added Werr and Wall and removed warnings
Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6bb704 - Browse repository at this point
Copy the full SHA d6bb704View commit details -
Merge pull request #126 from bkokoszx/logger-verbose-warnings
logger: added Werror and Wall and removed warnings
Configuration menu - View commit details
-
Copy full SHA for 5894ed4 - Browse repository at this point
Copy the full SHA 5894ed4View commit details
Commits on Nov 15, 2018
-
test: topology: add test topology for CNL
CNL nocodec use SSP0, add SSP0 test for CNL Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f3b59b - Browse repository at this point
Copy the full SHA 7f3b59bView commit details -
Build tests for travis CI Signed-off-by: Pan Xiuli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee6f54b - Browse repository at this point
Copy the full SHA ee6f54bView commit details -
logger: kw: fix logger klockwork issues
Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22354d6 - Browse repository at this point
Copy the full SHA 22354d6View commit details -
Merge pull request #129 from xiulipan/pr/cnltest
Add test topology for CNL
Configuration menu - View commit details
-
Copy full SHA for 79d5140 - Browse repository at this point
Copy the full SHA 79d5140View commit details -
Merge pull request #130 from bkokoszx/fix-kw-issues
logger: kw: fix logger klockwork issues
Configuration menu - View commit details
-
Copy full SHA for 8cc1dad - Browse repository at this point
Copy the full SHA 8cc1dadView commit details
Commits on Nov 16, 2018
-
Git is seeing build artifacts Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e319ed - Browse repository at this point
Copy the full SHA 2e319edView commit details -
Correct comments to reflect code Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbf60f2 - Browse repository at this point
Copy the full SHA cbf60f2View commit details -
Fix copy paste comment errors Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f704d36 - Browse repository at this point
Copy the full SHA f704d36View commit details -
Fix copy paste comment errors Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b65fe8e - Browse repository at this point
Copy the full SHA b65fe8eView commit details -
Fix sof-apl-eq-pcm512x comments
Fix copy paste errors Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42e9bd9 - Browse repository at this point
Copy the full SHA 42e9bd9View commit details -
Follow graph convention in other files as well as fix typos and comments Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79252d6 - Browse repository at this point
Copy the full SHA 79252d6View commit details -
Fix graph to reflect file Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9d2d4 - Browse repository at this point
Copy the full SHA af9d2d4View commit details -
consolidate graph styles Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5452897 - Browse repository at this point
Copy the full SHA 5452897View commit details -
Update comments for sof-bdw-rt286
Update header to reflect code Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 888260a - Browse repository at this point
Copy the full SHA 888260aView commit details -
Update graph to represent code Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f210ad - Browse repository at this point
Copy the full SHA 9f210adView commit details -
Make it clearer that there is no codec as well as update the media graph Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5ac458 - Browse repository at this point
Copy the full SHA d5ac458View commit details -
correct graph Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1414936 - Browse repository at this point
Copy the full SHA 1414936View commit details -
update graph to represent code Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adf6db4 - Browse repository at this point
Copy the full SHA adf6db4View commit details -
Correct graph Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f18a895 - Browse repository at this point
Copy the full SHA f18a895View commit details -
Update to properly reflect code Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3560320 - Browse repository at this point
Copy the full SHA 3560320View commit details -
Update graph comments Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2331cfa - Browse repository at this point
Copy the full SHA 2331cfaView commit details -
Update graph to represent actual layout Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c304613 - Browse repository at this point
Copy the full SHA c304613View commit details -
Update graph and comments Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1c6842 - Browse repository at this point
Copy the full SHA c1c6842View commit details -
Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25e6b20 - Browse repository at this point
Copy the full SHA 25e6b20View commit details -
Update comments and graph Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4194dae - Browse repository at this point
Copy the full SHA 4194daeView commit details -
Update graph Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d710f99 - Browse repository at this point
Copy the full SHA d710f99View commit details
Commits on Nov 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a01fd66 - Browse repository at this point
Copy the full SHA a01fd66View commit details
Commits on Nov 19, 2018
-
fixes #127 Signed-off-by: Bartosz Kokoszko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac7fb00 - Browse repository at this point
Copy the full SHA ac7fb00View commit details -
Merge pull request #133 from bkokoszx/remove-rmbox
rmbox: removing rmbox
Configuration menu - View commit details
-
Copy full SHA for c648a11 - Browse repository at this point
Copy the full SHA c648a11View commit details -
Added tool to process coredumps, and to feed gdb commands to examine what caused the dump. Signed-off-by: Michal Jerzy Wierzbicki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70227d6 - Browse repository at this point
Copy the full SHA 70227d6View commit details -
Merge pull request #131 from mwierzbix/coredumper-initial
Coredumper: initial
Configuration menu - View commit details
-
Copy full SHA for c702844 - Browse repository at this point
Copy the full SHA c702844View commit details
Commits on Nov 21, 2018
-
topology: Remove sof-apl-hdmi.m4
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]>
Configuration menu - View commit details
-
Copy full SHA for 7e2f4e3 - Browse repository at this point
Copy the full SHA 7e2f4e3View commit details -
topology: add 4-ch dmic topology for ICL
Signed-off-by: Zhang Keqiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 093f6b7 - Browse repository at this point
Copy the full SHA 093f6b7View commit details -
Merge pull request #136 from mengdonglin/topic/rm-apl-hdmi-only-m4
topology: Remove sof-apl-hdmi.m4
Configuration menu - View commit details
-
Copy full SHA for 69d109e - Browse repository at this point
Copy the full SHA 69d109eView commit details -
Merge pull request #137 from keqiaozhang/icl-tplg
topology: add 4-ch dmic topology for ICL
Configuration menu - View commit details
-
Copy full SHA for 6da07a9 - Browse repository at this point
Copy the full SHA 6da07a9View commit details
Commits on Nov 22, 2018
-
shell-scripts: human-readable preprocessor output
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]>
Configuration menu - View commit details
-
Copy full SHA for 044077c - Browse repository at this point
Copy the full SHA 044077cView commit details -
Merge pull request #134 from mwierzbix/helper-scripts-pretty-macro
shell-scripts: human-readable preprocessor output
Configuration menu - View commit details
-
Copy full SHA for ad3f3e4 - Browse repository at this point
Copy the full SHA ad3f3e4View commit details
Commits on Nov 25, 2018
-
Move SOFT into sub folder for SOF merge
Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b5888c - Browse repository at this point
Copy the full SHA 5b5888cView commit details -
Merge SOFT in to reduce bisecting issues and header confusion for tools
Configuration menu - View commit details
-
Copy full SHA for ebf4f52 - Browse repository at this point
Copy the full SHA ebf4f52View commit details -
Adjust tools build script for new path
Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8e3b12 - Browse repository at this point
Copy the full SHA f8e3b12View commit details -
Update Docker README for SOFT merge
Signed-off-by: Curtis Malainey <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0c8172 - Browse repository at this point
Copy the full SHA c0c8172View commit details