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:
parent
34332cf2ec
commit
e8874e920b
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue