Skip to content

Commit 0f53d1e

Browse files
author
Jyri Sarha
committed
src/audio/host-zephyr.c: HACK assert(0) at the begin of host_get_copy_bytes_normal()
1 parent 6bcdd13 commit 0f53d1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/audio/host-zephyr.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ static uint32_t host_get_copy_bytes_normal(struct host_data *hd, struct comp_dev
420420
uint32_t dma_copy_bytes;
421421
int ret;
422422

423+
assert(0);
423424
/* get data sizes from DMA */
424425
ret = host_get_status(dev, hd, &dma_stat);
425426
if (ret < 0) {

0 commit comments

Comments
 (0)