cavs: dma: increase HDA DMA period count to 4

Align HDA DMA platform period count with value used on Intel ACE
platforms. This only affects operation with native Zephyr DMA
drivers.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2023-01-17 16:15:50 +02:00 committed by Liam Girdwood
parent 459b1f519e
commit 654bde83eb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ static const struct dw_drv_plat_data dmac1 = {
}; };
/* DMA number of buffer periods */ /* DMA number of buffer periods */
#define HDA_DMA_BUFFER_PERIOD_COUNT 2 #define HDA_DMA_BUFFER_PERIOD_COUNT 4
#if CONFIG_DMA_HW_LLI #if CONFIG_DMA_HW_LLI
#define DW_DMA_BUFFER_PERIOD_COUNT 4 #define DW_DMA_BUFFER_PERIOD_COUNT 4