Daniel Baluta
Daniel Baluta
**Describe the bug** SOF freezes when playing file with following parameters: 44.1Khz, 32bits, 2 channels. Only FW compiled with Xtensa toolchain see this issues. GCC builds are ok. **To Reproduce**...
With this changes we can play AAC/MP3 streams with the same topology. This brings the advantage that we do not need to reboot/or change topology in order to playd diffferent...
**Is your feature request related to a problem? Please describe.** Implement compress API drain **Describe the solution you'd like** Compress API provides `SNDRV_PCM_TRIGGER_DRAIN` and SOF also offers command `SOF_IPC_STREAM_TRIG_DRAIN` but...
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...
Make use of k_busy_wait instead of idelay. Note that this PR depends on https://github.com/thesofproject/sof/pull/6416 and it also brings patch from that PR in order for CI to run.
**Describe the bug** Commit c3c94fc5151886f ("header: rtos: use rtos specific version of wait.h") breaks i.MX platforms running SOF with Zephyr. This happens because commit uses `k_cycle_get_64` which always returns `0`...
Hello @lyakh, Do you have any suggestion on fixing the following warning. ``` -- Generated device_extern.h: /home/daniel/work/repos/z2/build-imx8m/zephyr/include/generated/device_extern.h -- Including generated dts.cmake file: /home/daniel/work/repos/z2/build-imx8m/zephyr/dts.cmake Parsing /home/daniel/work/repos/z2/zephyr/Kconfig Loaded configuration '/home/daniel/work/repos/z2/zephyr/boards/xtensa/nxp_adsp_imx8m/nxp_adsp_imx8m_defconfig' Merged configuration...
**Is your feature request related to a problem? Please describe.** We need compressed playback support in SOF. There is a lot of work to be done on both Linux /...
**Is your feature request related to a problem? Please describe.** Completely switch to Zephyr native drivers on i.MX platforms. Supported boards: - [x] i.MX8QM - [x] i.MX8QXP - [ ]...
Similar with `aplay -l` we need an option to list compress devices. `cplay -l`.