From 55e75866422aabbe927a52fb2ddaccc2525061a1 Mon Sep 17 00:00:00 2001 From: Marcin Bukat Date: Tue, 15 Mar 2011 07:30:29 +0000 Subject: MPIO HD300: Enable line-in recording. Thanks Andriej Azariev for pointing out such capability of this DAP. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29590 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/mpiohd300.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/mpiohd300.h') 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 @@ /* Define bitmask of input sources - recordable bitmask can be defined * explicitly if different */ -#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO) +#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) /* define the bitmask of hardware sample rates */ #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) -- cgit v1.2.3