1
0
Fork 0
forked from len0rd/rockbox

Remove doubled 16k samplerate flag.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-11-27 08:27:36 +00:00
parent 34332cf2ec
commit e8874e920b

View file

@ -74,8 +74,7 @@
#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ #define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
SAMPR_CAP_16 | SAMPR_CAP_12 | SAMPR_CAP_11 | \ SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8)
SAMPR_CAP_8)
#ifndef BOOTLOADER #ifndef BOOTLOADER
/* Not for bootloader */ /* Not for bootloader */