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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| codec_shell.c | ||
| dmic_mcux.c | ||
| dmic_nrfx_pdm.c | ||
| Kconfig | ||
| Kconfig.dmic_mcux | ||
| Kconfig.dmic_pdm_nrfx | ||
| Kconfig.mpxxdtyy | ||
| Kconfig.tas6422dac | ||
| Kconfig.tlv320dac | ||
| Kconfig.wm8904 | ||
| mpxxdtyy-i2s.c | ||
| mpxxdtyy.c | ||
| mpxxdtyy.h | ||
| tas6422dac.c | ||
| tas6422dac.h | ||
| tlv320dac310x.c | ||
| tlv320dac310x.h | ||
| wm8904.c | ||
| wm8904.h | ||