summaryrefslogtreecommitdiff
path: root/firmware/export/config/mpiohd300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/mpiohd300.h')
-rw-r--r--firmware/export/config/mpiohd300.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/mpiohd300.h b/firmware/export/config/mpiohd300.h
index 72ffb062d0..6728d5cccb 100644
--- a/firmware/export/config/mpiohd300.h
+++ b/firmware/export/config/mpiohd300.h
@@ -19,7 +19,7 @@
19/* Define bitmask of input sources - recordable bitmask can be defined 19/* Define bitmask of input sources - recordable bitmask can be defined
20 * explicitly if different 20 * explicitly if different
21 */ 21 */
22#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) 22#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)
23 23
24/* define the bitmask of hardware sample rates */ 24/* define the bitmask of hardware sample rates */
25#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) 25#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)