Fix error/warning, change pitch bend to 9 bits

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7288 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Stepan Moskovchenko 2005-08-07 22:20:40 +00:00
parent 4a271b6bc9
commit fb3e9a4073
4 changed files with 18 additions and 13 deletions

View file

@ -39,7 +39,7 @@ int sim_sound_init(void)
int channels;
int rate;
fd = open("/dev/dsp", O_WRONLY);
fd = open("/dev/dsp1", O_WRONLY);
if(-1 == fd)
return 1;