1
0
Fork 0
forked from len0rd/rockbox

sound disabled.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6589 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-06-06 19:36:54 +00:00
parent 261bb920c2
commit 127f14210f

View file

@ -15,7 +15,10 @@ rcvar_t pcm_exports[] =
RCV_END
};
#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR)
/*#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR)
* disabled cause it crashes with current audio implementation.. no sound.
*/
#if 0
static short* buf1;
static short front_buf[512];