We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2c254 commit 7f01ef1Copy full SHA for 7f01ef1
drivers/i2s/i2s_stm32_sai.c
@@ -286,7 +286,7 @@ static int i2s_stm32_sai_dma_init(const struct device *dev)
286
#if defined(CONFIG_SOC_SERIES_STM32H7X)
287
hdma->Instance = __LL_DMA_GET_STREAM_INSTANCE(stream->reg, stream->dma_channel);
288
hdma->Init.PeriphDataAlignment = DMA_PDATAALIGN_HALFWORD;
289
- hdma->Init.MemDataAlignment = DMA_PDATAALIGN_HALFWORD;
+ hdma->Init.MemDataAlignment = DMA_MDATAALIGN_HALFWORD;
290
hdma->Init.Priority = DMA_PRIORITY_HIGH;
291
hdma->Init.FIFOMode = DMA_FIFOMODE_DISABLE;
292
hdma->Init.PeriphInc = DMA_PINC_DISABLE;
0 commit comments