mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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:
parent
4a271b6bc9
commit
fb3e9a4073
4 changed files with 18 additions and 13 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue