sof
sof copied to clipboard
Sound Open Firmware
**Describe the bug** After a couple of days of running without reboot, the audio will stop working. It outputs what looks like a crash log to _dmesg_ (I'm not a...
The new lnl.conf is copy of mtl.conf but DMIC_DRIVER_VERSION needs to be increased by one for a small registers change.
Pure cleanup to prepare de-duplication #8260, zero functional change. 2 commits, the main one: Commit https://github.com/thesofproject/sof/commit/7680a7b0dcea3967f3dcbc88edc993cc445f701c ("cmake: add testbench host build") added a `return()` in the middle of `src/audio/CMakeLists.txt` to...
**Describe the bug** SOF isn't an SMP system, its use of cores is hard-wired. Most management tasks are only supposed to run on the primary core, only pre-assigned audio processing...
**Describe the bug** lots of warning messages for Device tree and Kconfig. Am I the only one that looks at build logs? **To Reproduce** ./sof/scripts/xtensa-build-zephyr.py --use-platform-subdir --key-type-subdir dbgkey -k ~/mtl_debug_private_key.pem...
**Is your feature request related to a problem? Please describe.** The pipeline create messages provide enough data to describe the cycle budget for a particular pipeline and its configuration. DSP...
Zephyr's build time generated `version.h` is now in the `zephyr` to provide proper namespace, update the includes of this module accordingly. See ZephyrProject upstream PR at: https://github.com/zephyrproject-rtos/zephyr/pull/63973 Take 1: #8459
This pull request introduces a series of enhancements to the power management capabilities of the Intel ADSP platforms. The changes include the implementation of dynamic clock switching, which allows the...
I mistakenly put public rather than private key as the key argument and got a confusing segfault in place of a nice error message. @marc-hb mentioned this should probably be...
**Describe the bug** No obvious error in kernel log, there's one I/O error in console log. From the mtrace, it should be a xrun happened. the reproduction rate is low....