summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorStepan Moskovchenko <stevenm@rockbox.org>2005-08-07 22:20:40 +0000
committerStepan Moskovchenko <stevenm@rockbox.org>2005-08-07 22:20:40 +0000
commitfb3e9a4073c647746eb02e355e2263d01d1b130c (patch)
tree859fc2269faef6ffdb544fe6037b69acc02e6f0c /uisimulator
parent4a271b6bc9cb1b873829f2a5dac2a2d0394f0b6c (diff)
downloadrockbox-fb3e9a4073c647746eb02e355e2263d01d1b130c.tar.gz
rockbox-fb3e9a4073c647746eb02e355e2263d01d1b130c.zip
Fix error/warning, change pitch bend to 9 bits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7288 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r--uisimulator/x11/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/sound.c b/uisimulator/x11/sound.c
index c21615b46d..b60a9b5a86 100644
--- a/uisimulator/x11/sound.c
+++ b/uisimulator/x11/sound.c
@@ -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;