From 19a9989771ee0954550b1656b7548a8cb56be1e3 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Thu, 23 Mar 2006 00:15:19 +0000 Subject: [PATCH] Stefan Fiedler: alsa: change the group of users who can access alsa devices through dmix and dsnoop from 'audio' to 'sound', since we already use 'sound' for other sound devices. Index: package/base/alsa/audio_group.patch =================================================================== [2006031422091221858] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7323 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/alsa/audio_group.patch | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package/base/alsa/audio_group.patch diff --git a/package/base/alsa/audio_group.patch b/package/base/alsa/audio_group.patch new file mode 100644 index 000000000..d67b2db4d --- /dev/null +++ b/package/base/alsa/audio_group.patch @@ -0,0 +1,25 @@ +Change the group of users who can access alsa devices from 'audio' to 'sound' +since we already use 'sound' for other sound devices. + +--- alsa-lib-1.0.10/src/conf/pcm/dsnoop.conf~ 2005-09-08 08:36:00.000000000 +0200 ++++ alsa-lib-1.0.10/src/conf/pcm/dsnoop.conf 2006-03-14 21:35:56.000000000 +0100 +@@ -26,7 +26,7 @@ + } + type dsnoop + ipc_key 5778293 +- ipc_gid audio ++ ipc_gid sound + ipc_perm 0660 + slave { + pcm { +--- alsa-lib-1.0.10/src/conf/pcm/dmix.conf~ 2005-09-19 14:38:14.000000000 +0200 ++++ alsa-lib-1.0.10/src/conf/pcm/dmix.conf 2006-03-14 21:36:03.000000000 +0100 +@@ -26,7 +26,7 @@ + } + type dmix + ipc_key 5678293 +- ipc_gid audio ++ ipc_gid sound + ipc_perm 0660 + slave { + pcm {