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

This pull request will enable dmic with four channel.

mux module does not support ipc4 A change is needed to work properly: https://github.com/thesofproject/rimage/pull/112

Fixes a bug in mixout_reset(): mixin pointers in mixed data info should not be cleared on reset. They should only be set on bind and cleared on unbind. Signed-off-by: Serhiy...

Add ipc4 support for KD module keeping ipc3 backward compatibility. Add ipc4 model blob handler based on large_config_set architecture Signed-off-by: Ievgen Ganakov

Current llp slot is allocated based on virtual index in node id which is incorrect since different dai may use the same virtual index. It should be allocated according to...

Data, sent by the host to the DSP via the memory window should be read-only

Add C version Direct-1 format implementation for IIR. Compared with the original Direct-2 transport format, Direct-1 has better performance on low frequency since lower quantization noise. Signed-off-by: Andrula Song

After commit e101aadcd1dc98 ("module_adapter: drop the comp_get_module_data() macro") API prototype was changed to accept a `processing_module` instead of a `comp_dev` but `dev` was still used inside passthrough_codec_free which generates a...

This patch fixes D3 issue - now platform enters and wakes up from D3 correctly. This had been achieved by adding ipc message_complete_handler that prevents Zephyr IPC API from writing...

With the release of RTNR version 20220728, period for capturing pipeline requires at least 5ms. This PR set 5ms period for RTNR in MT8195 topology.