Ievgen Ganakov
Ievgen Ganakov
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
Use ibs/obs size from ipc4_base_module_cfg to properly calculate period_count. It is especially important when FW aggregation mode is enabled and there are multiple DMAs allocated under one copier instance. That...
When aggregating streams using `dai_zephyr_multi_endpoint_copy()` multiple glitches observed in audio streams with odd number of channels. Use `audio_stream_avail_frames_aligned()` for every dai in a loop to correctly calculate processing frames.