summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h10.h2
-rw-r--r--firmware/export/config-h10_5gb.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 071fb0f650..9b6307267d 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -15,7 +15,7 @@
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16/* Define bitmask of input sources - recordable bitmask can be defined 16/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 17 explicitly if different */
18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
19 19
20/* define the bitmask of hardware sample rates */ 20/* define the bitmask of hardware sample rates */
21#define HW_SAMPR_CAPS (SAMPR_CAP_44) 21#define HW_SAMPR_CAPS (SAMPR_CAP_44)
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index e7c77e4f4d..9ef59ec38d 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -15,7 +15,7 @@
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16/* Define bitmask of input sources - recordable bitmask can be defined 16/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 17 explicitly if different */
18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 18#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
19 19
20/* define the bitmask of hardware sample rates */ 20/* define the bitmask of hardware sample rates */
21#define HW_SAMPR_CAPS (SAMPR_CAP_44) 21#define HW_SAMPR_CAPS (SAMPR_CAP_44)