serhiy-katsyuba-intel
serhiy-katsyuba-intel
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...
*** DO NOT MERGE *** Draft CI run for posture feature.
Fixes chain DMA implementation: wrong calculation of bytes consumed from host and written into HDA link. The problem was reproduced on test with variable bitrate stream.
host_get_copy_bytes_normal() in host-zephyr.c aligns down copy bytes to DMA specific value: ``` return ALIGN_DOWN(dma_copy_bytes, hd->dma_copy_align); ``` For some frame sizes, this can lead to a split first and/or last frame:...