1
0
Fork 0
forked from len0rd/rockbox

imx233/fuze+: declare 3d audio capability, update lang accordingly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30732 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-10-08 12:29:37 +00:00
parent 670da39093
commit eb94b23db0
3 changed files with 11 additions and 5 deletions

View file

@ -24,6 +24,8 @@
#define VOLUME_MIN -1000
#define VOLUME_MAX -5
#define AUDIOHW_CAPS DEPTH_3D_CAP
void audiohw_set_volume(int v);
#endif /* __IMX233_CODEC_H_ */