summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 57129321ca..e6fa6c9fc6 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -72,8 +72,10 @@
72/* Define this if you have the WM8978 audio codec */ 72/* Define this if you have the WM8978 audio codec */
73#define HAVE_WM8978 73#define HAVE_WM8978
74 74
75#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 75#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
76 SAMPR_CAP_11) 76 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
77 SAMPR_CAP_16 | SAMPR_CAP_12 | SAMPR_CAP_11 | \
78 SAMPR_CAP_8)
77 79
78#ifndef BOOTLOADER 80#ifndef BOOTLOADER
79/* Not for bootloader */ 81/* Not for bootloader */