sof
sof copied to clipboard
Sound Open Firmware
Currently many components, e.g. DAIs handle STOP and PAUSE differently. Also the mixer component blocks PAUSE while obviously accepting and propagating STOP. This creates a lot of complexity in forking...
Take a look at this commit, for example: https://github.com/thesofproject/sof/pull/5974/files The only thing that indicates that this tolopogy is for an HP Omen 16 device is the commit message. This goes...
comp_new() for both IPC3 and IPC4 initializes the source/sink buffer lists already. So, remove the redundant init from the component create callbacks. Signed-off-by: Ranjani Sridharan
**Is your feature request related to a problem? Please describe.** How do we support a pipeline with deep-buffering requirement connected to the mixer-dai pipeline that runs every 1ms. This is...
Rationale, pros and cons: https://docs.google.com/document/d/1TuJ8Z4W9rr1vUuKQ0O3Vh5dPPnGw5dKizylaEPtiPcg I suggest having questions and discussions about implementation details in this Google doc and higher level discussions here. Whatever works. Related: - https://github.com/zephyrproject-rtos/zephyr/discussions/34713
**Describe the bug** Honestly not sure if this is a bug or a feature request - but the Lenovo X1 Carbon 10 has 4 microphones: - Dmic0 Front - Dmic0...
**Describe the bug** IPC timeout was found in test 17_09_TestMulticoreKdWithResetCore1PlaybackD0ix16000Hz24b32b FW status on IPC timeout after 5.0 seconds: 0x00000005 0x00000000 0x00004000 In this test multi core with keyword detection feature...
This commit adds mt8195 into the supported platforms in qemu-check.sh. Please help review it.