Commit Graph

8507 Commits

Author SHA1 Message Date
Andrey Borisovich 608833cf27 xtensa-build-zephyr.py: use west manifest
Added usage of west manifest in the script to update both
SOF and zephyr dependencies.
Renamed "clone-mode" to "update" flag - the logic where
sof dependencies and zephyr with dependencies is cloned.
Removed "point-mode" from script as it will no longer work
(west manifests require fixed directory structure).
Removed "zephyr revision" or "-z" argument as it is no longer
needed (now revision may be set in west.yml manifest).
Added "-p" pristine flag to rebuild platforms while removing build
directory.

Co-developed-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
2022-08-03 11:43:22 +01:00
Krzysztof Frydryk 2c9772d5ad Add west.yml configuring zephyr dependencies from sof
Added west.yaml file, that manages zephyr repo and its dependencies.
Additionally west manifest may now control sof submodules.
Added submanifests directory with README.txt file so the
submanifests directory exists in version control - otherwise
west update command returns error. This is bug described in
https://github.com/zephyrproject-rtos/west/issues/594 .

Co-developed-by: Andrey Borisovich <andrey.borisovich@intel.com>
Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
2022-08-03 11:43:22 +01:00
Ming Jen Tai f781a0b554 Modify used static libraries
With the version released in 20220728, some libraries are removed or renamed.

Signed-off-by: Ming Jen Tai <mingjen_tai@realtek.com>
2022-08-03 10:50:59 +01:00
Marc Herbert dcf0577a77 logger: allow starting before the driver is loaded
Don't fail immediately when the driver is not loaded. Use inotify
instead to wait for /sys/kernel/debug/sof/[e]trace to appear.

This makes it possible to start before the driver is loaded which
reduces considerably the chances of missing early logs.

Fixes a small part of https://github.com/thesofproject/linux/issues/3275

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2022-08-02 16:48:27 +01:00
Marc Herbert af6bd41a99 logger: open /sys/debug/fw_version _after_ /sys/debug/[e]trace
Open /sys/kernel/debug/sof/fw_version _after_
/sys/kernel/debug/sof/[e]trace because reading the former is optional
and the latter is not.

So when the driver is not loaded, we get the same (missing trace) error
trace message whether we use the -n option or not.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2022-08-02 16:48:27 +01:00
Tomasz Leman ee06c700f3 ipc4: setdx: error checking on core disabling
If operation of disabling secondary core fails at any of the steps, host
will only learn about it after checking the SPA/CPA bits.

This patch adds checking core state after it disabling. If core will be
still active ipc response will report error.

Additionally, it removes an outdated comment.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
2022-08-02 16:13:07 +01:00
Serhiy Katsyuba 8591087c4f ipc4: add mixin gain support
Add possibility to apply gain to mixed sources to avoid
mixed output saturation. Gain (attenuation) is configurable
per source and comes from host via IPC4 large config set.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
2022-08-02 15:55:10 +01:00
Laurentiu Mihalcea 12f71cd8df pipeline-stream: Fix pipeline_get_timestamp dai posn query
Because of the fact that some platforms use a software host DMA
(e.g: i.MX8QM) pipeline_copy() implicitly calls
pipeline_get_timestamp() when a host copy operation occurs.

The issue with this is that when the host copy operation
occurs, pipeline_for_each() is in the middle of a pipeline
graph traversal. Because of this, pipeline_get_timestamp()
is not able to get to the DAI because it will stop the
pipeline graph traversal at the host buffer (because
of the fact that the 'walking' flag of the buffer is set
to true). This is bad because this way, pipeline_get_timestamp()
is unable to get the updated dai position.

The aim of this fix is to bypass the conditioned pipeline graph
traversal (based on the 'walking' flag) and use an unconditioned
pipeline graph traversal (pipeline_get_dai_comp())
in order to reach the DAI component and get its updated position.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2022-08-02 15:53:58 +01:00
Laurentiu Mihalcea aac20298d2 pipeline-graph: pipeline: Add dir parameter to pipeline_get_dai_comp
Originally, pipeline_get_dai_comp would be able to find the
DAI only for the PLAYBACK case because the direction would
be hardcoded and would be PPL_DIR_DOWNSTREAM.

The aim of this change is to make pipeline_get_dai_comp more
general and give it the ability to find the DAI for the
CAPTURE case as well.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2022-08-02 15:53:58 +01:00
Guennadi Liakhovetski 3ce3bc9ccb rtnr: fix a bad commit
Commit b832e96b66 ("rtnr: fix buffer acquisition") got damaged
during a rebase, re-add the dropped part, fixing buffer acquisition
in rtnr_prepare().

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-08-02 15:53:05 +01:00
Marc Herbert f777417400 Add new submanifests/sof-ci-jenkins/zephyr-override.yml
This file provides the flexibility to test any Zephyr commit in Linux
CI without any pollution of `git -C sof describe --dirty`. See (too)
long discussion in #6005 for details.

This new file will have no effect until #6005 is merged. However it can
and SHOULD be merged before #6005 because #6005 is backwards
incompatible and requires a "flag day" and the synchronization of
several moving parts. So merging this commit earlier means having one
less moving part to synchronize and it will simplify "flag day"
rehearsals.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2022-08-01 16:38:19 +01:00
Seppo Ingalsuo b0336346f7 [SKIP CI] Tools: Tune: SRC: Add missing gain to generate scripts
Patch a0ff2bb277 added field .gain to configuration data for
src_generate() but the previous generator scripts were not
updated to set it. This patch fixes in them the error about
undefined gain by setting it to previous -1 dB default.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2022-08-01 11:11:56 +01:00
Seppo Ingalsuo 978827f7fc [SKIP CI] Tools: Tune: SRC: Add to coefficients data Doxygen cond comments
This patch updates the SRC tool to export same guidance for
Doxygen as added by a previous patch for coefficients
header files. The added comments to begin and end are:

/** \cond GENERATED_BY_TOOLS_TUNE_SRC */
/** \endcond */

The impacted headers remain identical so they don't need update.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2022-08-01 11:11:56 +01:00
Daniel Baluta 1c018d517f timer: Introduce sof_cycle_get_64
With Zephyr, SOF uses k_cycle_get_64() API in order to
count clock cycles.

Not all platforms have a 64bit counter (e.g i.MX dsp integration
only has xtensa timer which is limited to 32 bits).

So, instead of using k_cycle_get_64 introduce new API sof_cycle_get_64
which keeps the existing behavior for platforms which define
CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER, otherwise use k_uptime_ticks().

See comments from @andyross at
https://github.com/zephyrproject-rtos/zephyr/pull/48318

Suggested-by: Andy Ross <andrew.j.ross@intel.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2022-08-01 11:09:39 +01:00
Krzysztof Frydryk a6e936359c src: enable hifi4 optimized src build with zephyr
Add src_hifi4.c to sources when building with zephyr.

Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
2022-07-27 23:08:16 +01:00
Krzysztof Frydryk d25b64950e ipc4: set pipeline components dir based on source component
Prefer to use source components direction, rather than dai direction when
setting pipeline components direction. Accept first direction set in
pipeline. This properly handles
host_copier -> module -> host_copier pipelines.

Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
2022-07-27 23:04:54 +01:00
Balakishorepati 8ec680cf2e platform: amd: renoir: Configure dma descriptor
configure dma descriptor base and count during firmware bootup.

Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
2022-07-27 22:24:09 +01:00
Balakishorepati 8cf0bea7a3 drivers: amd: Bug fixes and optimizations
1. Fix avail and free bytes for BT and SP modes.
2. Code cleanup and code optimizations.

Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
2022-07-27 22:24:09 +01:00
Balakishorepati a2f5b86882 drivers: amd: renoir: Fix no audio issue.
while simultaneous playback and internal mic capture usecases
are running, there is a case where dmic driver was clearing the
playback interrupt.This might cause noise in playback or no audio
in speaker.Done changes to clear only dmic interrupt status only
in dmic irq handler.

Signed-off-by: Balakishorepati <balaKishore.pati@amd.com>
2022-07-27 22:24:09 +01:00
Paul Olaru e4c2872b60 audio: module_adapter: Visual fixes to kconfig
Group together the Cadence main Kconfig option with the options related
to various Cadence based codecs.

This is only a visual fix.

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
2022-07-25 21:35:44 +01:00
Paul Olaru 88325b9560 audio: kconfig: Group module adapter configs with the main module adapter config option
When module adapter is enabled, it is best to keep the new related
options next to it, rather than one option after that.

Signed-off-by: Paul Olaru <paul.olaru@nxp.com>
2022-07-25 21:35:44 +01:00
Andrula Song bd205292a3 Audio: Pcm_converter: Optimize the signed type converter functions
Deprecate the usage of circular buffer check while doing convert, and
use 2-way and 4-way xtensa instructions first to optimize the converter
functions, and process the left samples one by one to avoid potential
risk of memory access overrun. Here are the results:
Optimize pcm_convert_s16_to_s24 and save about 38% cycles;
Optimize pcm_convert_s24_to_s16 and save about 25% cycles;
Optimize pcm_convert_s16_to_s32 and save about 39% cycles;
Optimize pcm_convert_s32_to_s16 and save about 40% cycles;
Optimize pcm_convert_s32_to_s24 and save about 38% cycles;
Optimize pcm_convert_s24_to_s32 and save about 47% cycles;

Signed-off-by: Andrula Song <xiaoyuan.song@intel.com>
2022-07-25 21:20:14 +01:00
Krzysztof Frydryk 95e7d9605a dai-zephyr: Set dai rate in config
Fill in cfg.rate to be used by zephyr native drivers as rate is not
always present in ipc config.

Signed-off-by: Krzysztof Frydryk <krzysztofx.frydryk@intel.com>
2022-07-25 21:18:19 +01:00
Andrula Song 54ab3c3e86 Audio: copier: Fix the potential risk of memory overrun
Fix the memory overrun risk of odd samples to be processed.
Since the 2-way xtensa instruction would always process 2
samples and there would be risk of memory overrun at the
boundary of buffer.

Signed-off-by: Andrula Song <xiaoyuan.song@intel.com>
2022-07-25 21:17:34 +01:00
Jaroslaw Stelter f9741cb0ce Connect intel_module_adapter with generic module adapter.
Added glue logic to integrate with module adapter
the loadable modules developed under Intel
IADK Framework.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-25 21:10:22 +01:00
Jaroslaw Stelter 4b8c8f040c Add module_adapter component for intel modules.
Add files with definition of module_adapter component
for intel IADK modules.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-25 21:10:22 +01:00
Jaroslaw Stelter a53d9c0fa0 Add 3rd party Intel IADK Framework modules adapter code.
IADK based modules uses two interfaces to communicate with
base firmware:
- ProcessingModuleInterface;
- SystemServices.
Implementation of both with C++->C wrappers are added in
these files. Additionally system_agent component is
responsible for integration of both communications path
after module loading.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-25 21:10:22 +01:00
Jaroslaw Stelter 6f366e2eef Add definition of interfaces of Intel IADK modules.
Add header files with definitions needed to build wrappers
for run time integration of 3rd party modules developed
with Intel IADK framework.
Note: file naming and localization is kept from IADK Framework
to be able to integrate or also rebuild and integrate original
3rd party modules without their code modifications.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-25 21:10:22 +01:00
Jaroslaw Stelter f179e4740e Move processing module interface specific defines to separate file.
These defines need to be included in C++ wrappers for
ProcesingModuleInterface defined in Intel IADK based
3rd party modules. Move it to separate file to not include
whole sof stuff there.

Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>
2022-07-25 21:10:22 +01:00
Ranjani Sridharan 2845fc8cde ipc4: helper: Use get_attribute instead of ipc4_comp_get_base_module_cfg
Add a new component attribute COMP_ATTR_BASE_CONFIG to retrieve the base
config from the modules instead of using  ipc4_comp_get_base_module_cfg().
Also, implement the get_attribute API for all the components that support
IPC4.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-22 21:02:31 +01:00
Ranjani Sridharan def800e421 module_adapter: No need to calculate buffer sizes with simple_copy
When using simple_copy for components like volume, there is no need to
allocate intermediate sink buffers. So, move the check before the
calculation for sink buffers size.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-22 21:02:31 +01:00
Ranjani Sridharan 419ee3e9ec volume: fix get_processing_function for IPC4
Since volume component uses the module interface, vol_data should be
accessed module_get_private_data() instead of comp_get_drvdata().

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-22 21:02:31 +01:00
Ranjani Sridharan 68345fb168 module_adapter: Add support for IPC4 in module_adapter_new
Since we do not know the size of the IPC payload, just pass the pointer
to the mailbox data and let me module handle it during it's init. No
need to copy the data into the module config.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-22 21:02:31 +01:00
Guennadi Liakhovetski 104c63547f waves: always acquire buffers for access
Buffers must always be acquired before access.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski a25f18a030 dts: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for the .prepare() method.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski 5a0484dc72 google_hotword_detect: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for .copy() and .params() methods.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski b78effe9cd tdfb: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for .copy() and .prepare() methods.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski 75acf8c965 up_down_mixer: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for the .copy() method.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski b832e96b66 rtnr: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for .copy(), .params() and .prepare() methods.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski 01c2196ec2 igo_nr: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for .copy() and .params() methods.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Guennadi Liakhovetski e7f8676497 google-rtc: fix buffer acquisition
Instead of acquiring and releasing buffers locally multiple times,
do that once for .copy() and .prepare() methods.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
2022-07-21 15:25:58 +01:00
Anas Nashif d10efee363 zephyr: rename timer kconfig
The config name was changed in zephyr to INTEL_ADSP_TIMER to accommodate
non-cavs platforms. Align with upstream zephyr so we can deprecate it in
zephyr.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-07-20 13:02:21 +01:00
Ranjani Sridharan 4af7082ad0 Revert "eq_iir: Use the new module interface"
This reverts commit 9d9ba739b3.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-19 15:33:29 -05:00
Ranjani Sridharan 084776011a Revert "audio_format: Add macro for converting bytes <-> samples"
This reverts commit 2583398d45.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-19 15:33:29 -05:00
Ranjani Sridharan e28c429bc6 Revert "module_adapter: Add a new helper to update input/output stream buffers"
This reverts commit ea72e3e97e.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
2022-07-19 15:33:29 -05:00
Andrey Borisovich ef028f634a Removed obsolete xtensa-build-zephyr.sh
This script had been rewritten to python xtensa-build-zephyr.py
script and is no longer used in CI.
Due to changes to sof processes related to Zephyr integration
this script will no longer be maintained.

Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
2022-07-19 09:51:29 +01:00
Pierre-Louis Bossart d87adcd2dc topology1: CMakeLists: add missing APL/GLK support for ES8336 with DMIC.
For some reason we added DMIC-based topologies for all platforms
except GLK and APL.

This should be back-ported to 2.2 stable.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
2022-07-19 09:40:28 +01:00
Libin Yang cf903a87b1 ipc4: Fix wrong condition statement in set_pipeline_state
The condition statement is wrong in set_pipeline_state() when handling
SOF_IPC4_PIPELINE_STATE_RESET cmd.

Signed-off-by: Libin Yang <libin.yang@intel.com>
2022-07-19 09:39:08 +01:00
Marc Herbert a64436c1e7 doc/CMakeLists.txt: build by default
Add missing `ALL` keyword so a bare `make` or `ninja` without any
argument runs doxygen by default instead of doing nothing at all. There
is a single target so really no reason not to build it. It's not
required anymore to know the secret word `make doc`.

Note this CMakeLists.txt is not included by any other CMakeLists.txt

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2022-07-19 09:38:30 +01:00
Marc Herbert a7c2f75b63 .gitignore: stop ignoring CMake files for in-source doxygen builds
sof-docs/Makefile used to require building doxygen inside the `sof/doc/`
sources. This was a very bad idea, in-source builds have been
discouraged by CMake since forever. It made it very hard to clean CMake
files in `sof/doc/` (`make clean` does obviously NOT deletes CMake
files)

gitignore was being enrolled to cover up this CMake crime. This was
de-hardcoded 2 years ago in sof-docs commit 2d664c658c14 and much more
recently sof-docs stopped recommending in-source builds in sof-docs
commit 9788c4be32cf. So there's no need to ignore in-source CMake files
any more. If someone still makes the mistake of building sof/doc/
(or anything else) in-source, the lack of .gitignore will now help them
clean up.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2022-07-19 09:38:30 +01:00