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
313 B

  1. --- ./config/linuxplay.c.orig 2003-07-25 11:47:04.710496048 +0200
  2. +++ ./config/linuxplay.c 2003-07-25 11:29:16.000000000 +0200
  3. @@ -38,7 +38,7 @@
  4. static int dev_fd = -1;
  5. /* file descriptor for audio device */
  6. -char *dev_file = "/dev/sbdsp";
  7. +char *dev_file = "/dev/sound/dsp";
  8. static int linear_fd = -1;