We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4968b68 commit 87954adCopy full SHA for 87954ad
drivers/dai/intel/alh/alh.c
@@ -126,6 +126,7 @@ static const struct dai_properties *dai_alh_get_properties(const struct device *
126
ALH_TXDA_OFFSET : ALH_RXDA_OFFSET;
127
128
prop->fifo_address = dai_base(dp) + offset + ALH_STREAM_OFFSET * stream_id;
129
+ prop->fifo_depth = ALH_GPDMA_BURST_LENGTH;
130
prop->dma_hs_id = alh_handshake_map[stream_id];
131
prop->stream_id = alh->params.stream_id;
132
0 commit comments