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
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
Kconfig.tlv320dac
Kconfig.wm8904 drivers: audio: Add the wm8904 driver 2024-08-29 15:53:26 +02:00
mpxxdtyy-i2s.c
mpxxdtyy.c
mpxxdtyy.h
tas6422dac.c
tas6422dac.h
tlv320dac310x.c
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