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:
parent
261bb920c2
commit
127f14210f
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ rcvar_t pcm_exports[] =
|
||||||
RCV_END
|
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* buf1;
|
||||||
|
|
||||||
static short front_buf[512];
|
static short front_buf[512];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue