Skip to content

Commit 1e537a2

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 ba77abb commit 1e537a2

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
@@ -432,6 +432,7 @@ static uint32_t host_get_copy_bytes_normal(struct host_data *hd, struct comp_dev
432432
uint32_t dma_copy_bytes;
433433
int ret;
434434

435+
assert(0);
435436
/* get data sizes from DMA */
436437
ret = host_get_status(dev, hd, &dma_stat);
437438
if (ret < 0) {

0 commit comments

Comments
 (0)