zephyr/drivers/audio
Anthony Wertz a1474a9868 drivers: audio: dmic_nrfx_pdm: change log level in PDM read
Currently the dmic_nrfx_pdm read implementation treats a timeout as an
error, in that a logging error message is produced when no PDM data is
available. However, for non-(or minimally-)blocking applications this is
normal behavior. Classified this way, the logger is flooded with error
messages unnecessarily, unless the log level is changed for the dmic
module, which is not desirable.

This modification simply changes the log-level to debug so the
application user can then decide whether or not a failed read needs to
produce an error message.

Signed-off-by: Anthony Wertz <awertz@pm.me>
2024-11-19 09:53:20 -05:00
..
CMakeLists.txt drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
codec_shell.c drivers: audio: Codec shell fix compiler warnings 2023-11-21 15:50:17 +01:00
dmic_mcux.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
dmic_nrfx_pdm.c drivers: audio: dmic_nrfx_pdm: change log level in PDM read 2024-11-19 09:53:20 -05:00
Kconfig drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
Kconfig.dmic_mcux boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
Kconfig.dmic_pdm_nrfx drivers: audio: dmic: Add support for multiple nrf PDM instances 2024-10-18 08:19:01 -04:00
Kconfig.mpxxdtyy
Kconfig.tas6422dac drivers: audio: tas6422dac: add driver 2023-09-13 16:27:11 +02:00
Kconfig.tlv320dac
Kconfig.wm8904 drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
mpxxdtyy-i2s.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04:00
mpxxdtyy.c drivers: audio: mpxxdtyy: Handle PCM block sizes of more than 1 ms 2024-04-17 14:40:14 +02:00
mpxxdtyy.h
tas6422dac.c drivers: audio: tas6422dac: fix codec_mute_output function 2024-01-25 17:54:14 +01:00
tas6422dac.h drivers: audio: tas6422dac: add driver 2023-09-13 16:27:11 +02:00
tlv320dac310x.c drivers: gpio: use gpio_is_ready_dt helper function 2023-08-28 08:48:35 -05:00
tlv320dac310x.h
wm8904.c drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
wm8904.h drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00