| commit | e3cacf73907a7c41dac50cec2926fd151dc25eff | [log] [tgz] |
|---|---|---|
| author | Petar Susac <petar.susac@byte-lab.com> | Mon Mar 25 15:27:36 2024 +0100 |
| committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed Apr 17 14:40:14 2024 +0200 |
| tree | fca48b664c91378757efb9f7846739797f001722 | |
| parent | 701b6aed4baa63cedc1bac58f9cf267b6acecf6f [diff] |
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>