imx233: Enable 96/192K playback for all imx233 targets that have room

Change-Id: Ief00cc9243af3168f0c088520936137b64f3b581
This commit is contained in:
Solomon Peachy 2020-10-03 16:52:59 -04:00
parent c1d4bf290c
commit 1916aca7f3
11 changed files with 35 additions and 26 deletions

View file

@ -11,12 +11,14 @@
/* Define if boot data from bootloader has been enabled for the target */
#define HAVE_BOOTDATA
// HW supports it but our buffers don't fit.
//#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
/* define this if you have recording possibility */
#define HAVE_RECORDING
#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
#define REC_SAMPR_CAPS SAMPR_CAP_ALL_96
/* Default recording levels */
#define DEFAULT_REC_MIC_GAIN 23
@ -27,8 +29,6 @@
explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
/* define this if you have a colour LCD */
#define HAVE_LCD_COLOR