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:
Stepan Moskovchenko 2005-08-07 22:26:42 +00:00
parent fb3e9a4073
commit 2be160af31

View file

@ -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;