commit | 91ab372b6af45c6b68fd42d34a2b0ea7769d5cc5 | [log] [tgz] |
---|---|---|
author | Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com> | Mon Sep 29 18:59:57 2025 +0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Thu Oct 09 09:37:10 2025 +0200 |
tree | a6c2f1301036e98e73848bf23e9defd4e679db55 | |
parent | 9fd1e284c172cafe78547f8c795e83c0c438212f [diff] |
samples: i2s_codec: Refine sample for samll RAM platforms - Configure BLOCK count by using kconfig option 'EXTRA_BLOCKS' instad of fixed value. This allows user to customize the RAM usage based on their platform. - Keep the PCM data in flash to avoid large RAM usage. - Refine the sample to get the SAMPLE_BIT_WIDTH and BYTES_PER_SAMPLE from Kconfig options. Signed-off-by: Zhaoxiang Jin <Zhaoxiang.Jin_1@nxp.com>