Gigabeat: Remove the 8kHz for now because it doesn't seem to work too well. Also, HW_SAMPR_CAPS should always be defined for sim and target.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13321 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-05-04 15:21:24 +00:00
parent 2aaf45e643
commit 5d73049768
2 changed files with 3 additions and 7 deletions

View file

@ -25,7 +25,6 @@
#include "file.h"
#include "mmu-meg-fx.h"
#define GIGABEAT_8000HZ (0x02 << 1)
#define GIGABEAT_11025HZ (0x19 << 1)
#define GIGABEAT_22050HZ (0x1b << 1)
#define GIGABEAT_44100HZ (0x11 << 1)
@ -256,9 +255,6 @@ void pcm_set_frequency(unsigned int frequency)
{
switch(frequency)
{
case SAMPR_8:
sr_ctrl = GIGABEAT_8000HZ;
break;
case SAMPR_11:
sr_ctrl = GIGABEAT_11025HZ;
break;