sof
sof copied to clipboard
Sound Open Firmware
**Describe the bug/enhancement** When rtos include layer was added in https://github.com/thesofproject/sof/pull/6161 , CONFIG_SOF_ZEPHYR_STRICT_HEADERS was added as a transitory tool. This is still in place and can cause confusing issues as...
Problem statement ---------------------------- The pipelines used in topology2 are difficult to extend for - Intel-contributed algorithm and component validation (IIR EQ, DRC, Beamforming, ASRC, etc) - 3rd party algorithm integration...
**Is your feature request related to a problem? Please describe.** Currently SOF topologies can be created with too long control names and these will fail upn Linux kernel loading the...
**Describe the bug** Follow-up to https://github.com/thesofproject/sof/pull/8995 The code on SOF side should not have conditional logic based on DAI type . The DAI interface should abstract the pause/resume behaviour so...
This pull request introduces two enhancements to SRC `fir_filter` operations within the HiFi4 architecture. The first enhancement addresses the use of deprecated multiply-accumulate (MAC) functions within the HiFi4-specific FIR filter...
Zephyr's build time generated `version.h` is now in the `zephyr` to provide proper namespace, update the includes of this module accordingly. See https://github.com/zephyrproject-rtos/zephyr/pull/63973
[BUG] [stable-v2.2] [NOCODEC] ERROR pipeline_comp_reset(): failed to recover (multiple-pipeline-all)
**Describe the bug** On ADLP_RVP_NOCODEC-ipc3 and APL_UP2_NOCODEC-ipc3, using all pipeline concurrently prints this error repeatedly. EDIT: some error in some TWL configurations. This error is likely old, discovered only now...
Fixed type returned by sys_run_boot_tests function. Fixed code formatting vmh test suite to be consistent with the principles adopted in the project. Extended `verify_memory_content` function to use different tags at...
…ination Extend the HDMI only configuration to support idsip + DMIC setups.
**Describe the bug** Sof-ctl supports ASCII text format uint32_t numbers data (txt) and binary (blob) format. The binary blobs supported by UCM's cset-tlv need to have an additional 8 bytes...