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.

25 lines
695 B

  1. Change the group of users who can access alsa devices from 'audio' to 'sound'
  2. since we already use 'sound' for other sound devices.
  3. --- alsa-lib-1.0.10/src/conf/pcm/dsnoop.conf~ 2005-09-08 08:36:00.000000000 +0200
  4. +++ alsa-lib-1.0.10/src/conf/pcm/dsnoop.conf 2006-03-14 21:35:56.000000000 +0100
  5. @@ -26,7 +26,7 @@
  6. }
  7. type dsnoop
  8. ipc_key 5778293
  9. - ipc_gid audio
  10. + ipc_gid sound
  11. ipc_perm 0660
  12. slave {
  13. pcm {
  14. --- alsa-lib-1.0.10/src/conf/pcm/dmix.conf~ 2005-09-19 14:38:14.000000000 +0200
  15. +++ alsa-lib-1.0.10/src/conf/pcm/dmix.conf 2006-03-14 21:36:03.000000000 +0100
  16. @@ -26,7 +26,7 @@
  17. }
  18. type dmix
  19. ipc_key 5678293
  20. - ipc_gid audio
  21. + ipc_gid sound
  22. ipc_perm 0660
  23. slave {
  24. pcm {