Packard Bell Vibe 500: Enable recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24805 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
993376cb67
commit
8ecced28cb
1 changed files with 2 additions and 3 deletions
|
@ -11,12 +11,11 @@
|
|||
#define CONFIG_STORAGE STORAGE_ATA
|
||||
|
||||
/* define this if you have recording possibility */
|
||||
/* line-in, microphone - but not yet :-/ */
|
||||
/*#define HAVE_RECORDING*/
|
||||
#define HAVE_RECORDING
|
||||
|
||||
/* Define bitmask of input sources - recordable bitmask can be defined
|
||||
explicitly if different */
|
||||
/*#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)*/
|
||||
#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN)
|
||||
|
||||
/* define the bitmask of hardware sample rates */
|
||||
#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11)
|
||||
|
|
Loading…
Reference in a new issue