forked from len0rd/rockbox
Woah, that was not supposed to happen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7289 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb3e9a4073
commit
2be160af31
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ int sim_sound_init(void)
|
|||
int channels;
|
||||
int rate;
|
||||
|
||||
fd = open("/dev/dsp1", O_WRONLY);
|
||||
fd = open("/dev/dsp", O_WRONLY);
|
||||
if(-1 == fd)
|
||||
return 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue