summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b60a9b5a86..c21615b46d 100644
--- a/uisimulator/x11/sound.c
+++ b/uisimulator/x11/sound.c
@@ -39,7 +39,7 @@ int sim_sound_init(void)
39 int channels; 39 int channels;
40 int rate; 40 int rate;
41 41
42 fd = open("/dev/dsp1", O_WRONLY); 42 fd = open("/dev/dsp", O_WRONLY);
43 if(-1 == fd) 43 if(-1 == fd)
44 return 1; 44 return 1;
45 45