sof
sof copied to clipboard
Sound Open Firmware
some components have outdated manual copy code, we need to clean these up with the new `audio_stream_copy` function. Current spotted ones are: * [Crossover](https://github.com/thesofproject/sof/blob/72121fb06c0f059cf0977d02596adb9cc0e6b12c/src/audio/crossover/crossover_generic.c#L101) This works because the definition of...
EDIT: the kernel part of this issue has been transferred to newer: - https://github.com/thesofproject/linux/issues/4608 ------------ We see this error reported in multiple scenario: One was long run S0ix testing. ```...
Currently loadable modules are broken because of a regression caused by https://github.com/thesofproject/sof/commit/a0827526b7e1e4c88060812245a8cb9c381d5745 This PR reverts that commit and fixes a mistake in another recent update.
topology2: Revisit period and buffer size settings To be pragmatic about the period/buffer size values: period_size_min = 192 is for Stereo, S16_le, 48Khz, 1ms period_size_max = 19200 is for Stereo,...
Note: cleanup will be done in separate PRs after this is merged
Test commit "intel_adsp/ace: power: Lock interruption when power gate fails".
Attempting to bring back the state transition logic in `dai-zephyr`'s `dai_comp_trigger_internal()` that was initially removed by 6ffb0526910e0d3410f3a9dd5b68457d359cc8f4 seems to break some tests from the Intel CI. The logic is needed...
Add HiFi5 implementation of volume functions, compared with HiFi3 version, can reduce about 28% cycles.
**Describe the bug** This issue happens when checking the multiple-pause/resume case, it shows "pause resume PID **** had non-zero exit status" in console log, but there's no error in kernel...