| commit | 71a51d384d7f09e162784d9e67fb9355b4b12ef7 | [log] [tgz] |
|---|---|---|
| author | Tomas Barak <tomas.barak@nxp.com> | Thu Oct 16 15:01:05 2025 +0200 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Oct 24 20:17:20 2025 -0400 |
| tree | 63099ce2ae43a8ec907f164d52199a26128bb2a0 | |
| parent | 2366f187727d49c46e3d47fed3021d108865c28a [diff] |
samples: dmic: Add sample bit width configuration - in order to support different bit widths introduce a Kconfig parameter SAMPLE_BIT_WIDTH used in the main.c - default is 16 bits - for platforms with NXP micfil peripheral, default is 32 bits - BYTES_PER_SAMPLE needs to correspond to BIT_WIDTH Signed-off-by: Tomas Barak <tomas.barak@nxp.com>