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
codec_shell.c drivers: audio: Codec shell fix compiler warnings 2023-11-21 15:50:17 +01:00
dmic_mcux.c drivers: audio: dmic: add driver for NXP DMIC peripheral 2024-01-17 14:43:52 +01:00
dmic_nrfx_pdm.c kernel: Modify the signature of k_mem_slab_free() 2023-09-03 18:20:59 -04: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 drivers: nrf: select PINCTRL 2023-09-20 08:57:09 +02:00
Kconfig.mpxxdtyy drivers: audio: Update Kconfig 2022-08-14 09:05:09 -05:00
Kconfig.tas6422dac drivers: audio: tas6422dac: add driver 2023-09-13 16:27:11 +02:00
Kconfig.tlv320dac drivers: audio: Update Kconfig 2022-08-14 09:05:09 -05: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 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00