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

  1. --- ./panel-plugin/vc_oss.c.orig 2003-07-18 16:08:27.000000000 +0300
  2. +++ ./panel-plugin/vc_oss.c 2003-08-14 13:55:03.000000000 +0300
  3. @@ -74,7 +74,7 @@
  4. #define MAX_AMP 100
  5. -static char dev_name[PATH_MAX] = { "/dev/mixer" };
  6. +static char dev_name[PATH_MAX] = { "/dev/sound/mixer" };
  7. static int mixer_handle = -1;
  8. static int devmask = 0; /* Bitmask for supported mixer devices */