Skip to content

Commit 87954ad

Browse files
abonislawskinashif
authored andcommitted
drivers: dai: alh: fill fifo depth in dai properties
This will fill missing field in dai properties Signed-off-by: Adrian Bonislawski <[email protected]>
1 parent 4968b68 commit 87954ad

File tree

1 file changed

+1
-0
lines changed
  • drivers/dai/intel/alh

1 file changed

+1
-0
lines changed

drivers/dai/intel/alh/alh.c

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ static const struct dai_properties *dai_alh_get_properties(const struct device *
126126
ALH_TXDA_OFFSET : ALH_RXDA_OFFSET;
127127

128128
prop->fifo_address = dai_base(dp) + offset + ALH_STREAM_OFFSET * stream_id;
129+
prop->fifo_depth = ALH_GPDMA_BURST_LENGTH;
129130
prop->dma_hs_id = alh_handshake_map[stream_id];
130131
prop->stream_id = alh->params.stream_id;
131132

0 commit comments

Comments
 (0)