mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
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 channels;
|
||||||
int rate;
|
int rate;
|
||||||
|
|
||||||
fd = open("/dev/dsp1", O_WRONLY);
|
fd = open("/dev/dsp", O_WRONLY);
|
||||||
if(-1 == fd)
|
if(-1 == fd)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue