mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: Enable 96/192K playback for all imx233 targets that have room
Change-Id: Ief00cc9243af3168f0c088520936137b64f3b581
This commit is contained in:
parent
c1d4bf290c
commit
1916aca7f3
11 changed files with 35 additions and 26 deletions
|
|
@ -9,12 +9,12 @@
|
|||
#define MODEL_NUMBER 87
|
||||
#define MODEL_NAME "Creative ZEN Mozaic"
|
||||
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
|
||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
|
||||
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue