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

Found the problem while doing internal test with SOF FW v2.2. 15146?model=JSL_ES8336_HDA&testcase=multiple-pause-resume-50 100% reproducible with below test command in JSL_ES8336_HDA, test command: TPLG=/lib/firmware/intel/sof-tplg/sof-jsl-es8336-ssp1.tplg MODEL=JSL_ES8336_HDA ~/sof-test/test-case/multiple-pause-resume.sh -r 50 - Kernel Branch:...

P3
JSL
v2.2.1

The add config option to automatically enable probes logging when probes extraction dma is started. Signed-off-by: Jyri Sarha

**Describe the bug** We observed this issue in our CI test, this issue happens on TGLU_UP_HDA_IPC4ZPH when testing 'simultaneous-playback-capture-25', It fails after several iterations. The reproduction is 100%. ``` [...

bug
P1
IPC error
IPC4

**Describe the bug** CML_RVP_NOCODEC failed on multiple-pause-resume-25 test internal daily test results for stable-v2.2 : 15748 etrace has many of poll timeout errors and xrun ``` [ 275711052.481727] ( 3805000.750000)...

bug
P3
CML
v2.2.1

**Describe the bug** IPC timed out when I tested https://github.com/thesofproject/sof/pull/6329 with SSP loopback mode. **To Reproduce** sudo ./sof/tools/mtrace/mtrace-reader.py aplay -Dhw:0,0 -f s32_le -r 48000 -c 2 -i -vvv ~/California_Dreaming_48k_16bit.wav arecord...

bug
P2
IPC error
IPC4

**Is your feature request related to a problem? The Chromebook topology1 files are not aligned with the others, specifically they do not rely on the mixer pipelines and cannot support...

enhancement
topology

Changes google_rtc_audio_processing.c to using GoogleRtcAudioProcessingCreateWithConfig to specify the sample rates and channel counts at creation from within the component.

https://github.com/thesofproject/sof/commit/b3106c396e540c260bba3b08c218f6598ea74726 module_adapter: get the actual period_bytes https://github.com/thesofproject/sof/commit/b9889d52d0e1b6002ee016b55fa0487544fc0593 module_adapter: Modify reset API https://github.com/thesofproject/sof/commit/53b3bc6a956ae5957966336f88980438f1f85a88 module_adapter:Fix dangling pointer issue in module reset

In patch https://github.com/thesofproject/sof/pull/5985 update the algorithm of pipeline latency calculation. It is based on the number of buffered data blocks between the first and last component. It add ops get_total_data_processed...

enhancement

**Is your feature request related to a problem? Please describe.** [PR#6230](https://github.com/thesofproject/sof/pull/6230), which modifies prepare/reset API definition for internal modules in module_adapter, has landed on mainstream recently. It's a critical fix...

enhancement