sof icon indicating copy to clipboard operation
sof copied to clipboard

Sound Open Firmware

Results 493 sof issues
Sort by recently updated
recently updated
newest added

**Describe the bug** CI detected some different failures when checking sof-logger: 1. on ADLP_GMB_I2S_ZEPHYR:http://sof-ci.sh.intel.com/#/result/planresultdetail/14129?model=ADLP_GMB_I2S_ZEPHYR&testcase=check-sof-logger **logger.error** ``` error: in logger_read(), fread(..., /sys/kernel/debug/sof/trace) failed: Operation not permitted(-1) ``` 2. On APL_UP2_NOCODEC_ZEPHYR:http://sof-ci.sh.intel.com/#/result/planresultdetail/14124?model=APL_UP2_NOCODEC_ZEPHYR&testcase=check-sof-logger **...

bug
Zephyr
area:SOF logging

The purpose of this patch is to highlight and discourage use of not efficient audio stream functions.(the subsequent to PR #5726) The functions audio_stream_read_frag_s16/32() and audio_stream_write_frag_s16/32() cause high processing load...

ADL support for ES83x6 codec alone and ADL support for ES83x6+HDMI_in support

**Describe the bug** Suspend/resume test with capture fails with a IO error right after resuming. **To Reproduce** SOF_LOGGING=none TPLG=/lib/firmware/intel/avs-tplg/sof-tgl-nocodec.tplg ./check-suspend-resume-with-audio.sh -m capture -l 1 **Reproduction Rate** 100% EDIT BY @XiaoyunWu6666...

bug
P2
Zephyr
TGL
ADL
IPC4

**Describe the bug** Suspend/resume fails on ADLP_RVP_NOCODEC_IPC4 at the Round 9/50 This happened first in inner daily IPC4 12604 with FW error "specified resource not found" and ipc error when...

bug
P2
Zephyr
ADL
IPC4

**Describe the bug** IO error on both TGLU_UP_HDA_IPC4ZPH and ADLP_RVP_NOCODEC_IPC4 which run sof IPC4 Zephyr test configuration. IPC timed out when GLB_CREATE_PIPELINE and create module failure happened on both platforms....

bug
P2
HDA
I2S
IPC timeout
Zephyr
TGL
ADL
IPC4

Rarely, the sof-logger dies like this at the very start of a test: https://sof-ci.01.org/sofpr/PR5340/build11976/devicetest/?model=TGLU_UP_HDA_ZEPHYR&testcase=test-speaker ``` error: Invalid filename length 1650680879 or ldc file does not match firmware error: read_entry_from_ldc_file(0x25007) returned...

bug
P2
Zephyr
logger
Intel Linux Daily tests

Adding implementation of cpu cores disabling function with usage of a zephyr power manager. Refactorization of a existing code and moving it to the target location (out of the zephyr...

Compute Mel Frequency Cepstral Coefficients (MFCC) from a SOF audio stream. The purpose of this Matlab or Octave script is to draft C implementation of a SOF MFCC generator component....

**Is your feature request related to a problem? Please describe.** Currently our topology system defines the pcm capabilities for a pipeline, this causes issues when they are overreaching/incorrect. This is...

enhancement
P3