zephyr/drivers/audio
Petar Susac e3cacf7390 drivers: audio: mpxxdtyy: Handle PCM block sizes of more than 1 ms
The Open_PDM_Filter_64/128() functions of the third-party OpenPDMFilter
library are designed to handle a fixed PCM block size of 1 ms of audio.
Allow the MPxxDTyy drivers to use a block size of more than 1 ms by
calling the filtering function multiple times, once for each ms of
audio.

Fixes zephyrproject-rtos/zephyr#69447

Signed-off-by: Petar Susac <petar.susac@byte-lab.com>
2024-04-17 14:40:14 +02:00
..
CMakeLists.txt drivers: audio: dmic: add driver for NXP DMIC peripheral 2024-01-17 14:43:52 +01:00
Kconfig drivers: audio: dmic: add driver for NXP DMIC peripheral 2024-01-17 14:43:52 +01:00
Kconfig.dmic_mcux drivers: audio: dmic: add driver for NXP DMIC peripheral 2024-01-17 14:43:52 +01:00
Kconfig.dmic_pdm_nrfx
Kconfig.mpxxdtyy
Kconfig.tas6422dac
Kconfig.tlv320dac
codec_shell.c
dmic_mcux.c drivers: audio: dmic: add driver for NXP DMIC peripheral 2024-01-17 14:43:52 +01:00
dmic_nrfx_pdm.c
mpxxdtyy-i2s.c
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
tlv320dac310x.c
tlv320dac310x.h