From 1540ec060f7869f2401d31f0ada01590db5c6122 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Tue, 25 Feb 2025 11:34:25 +0100 Subject: [PATCH] [DNM] audio: host: Reduce the amount of logs Reducing the logging level for the purpose of the test. In the local environment, a large amount of logs generated by this component resulted in IPC timeouts. Signed-off-by: Tomasz Leman --- src/audio/host-zephyr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/audio/host-zephyr.c b/src/audio/host-zephyr.c index 43d8686db9f8..af3fadd878b3 100644 --- a/src/audio/host-zephyr.c +++ b/src/audio/host-zephyr.c @@ -404,8 +404,8 @@ static uint32_t host_get_copy_bytes_normal(struct host_data *hd, struct comp_dev dma_copy_bytes = MIN(hd->period_bytes, dma_copy_bytes); if (!dma_copy_bytes) - comp_info(dev, "no bytes to copy, available samples: %d, free_samples: %d", - avail_samples, free_samples); + comp_dbg(dev, "no bytes to copy, available samples: %d, free_samples: %d", + avail_samples, free_samples); /* dma_copy_bytes should be aligned to minimum possible chunk of * data to be copied by dma.