mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
388 B

  1. --- ./src/audio/au_oss.c.orig 2006-07-19 20:08:32.000000000 +0200
  2. +++ ./src/audio/au_oss.c 2006-07-19 20:08:42.000000000 +0200
  3. @@ -61,7 +61,7 @@
  4. #include <sys/stat.h>
  5. #include <fcntl.h>
  6. -static const char * const oss_audio_device = "/dev/dsp";
  7. +static const char * const oss_audio_device = "/dev/sound/dsp";
  8. cst_audiodev *audio_open_oss(int sps, int channels, cst_audiofmt fmt)
  9. {