mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
dmix and dsnoop configuration - added ipc_perm 0660 (to handle all users with audio group)
This commit is contained in:
parent
4272742a2b
commit
af6544a274
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ pcm.!dmix {
|
||||||
type dmix
|
type dmix
|
||||||
ipc_key 5678293
|
ipc_key 5678293
|
||||||
ipc_gid audio
|
ipc_gid audio
|
||||||
|
ipc_perm 0660
|
||||||
slave {
|
slave {
|
||||||
pcm {
|
pcm {
|
||||||
type hw
|
type hw
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,7 @@ pcm.!dsnoop {
|
||||||
type dsnoop
|
type dsnoop
|
||||||
ipc_key 5778293
|
ipc_key 5778293
|
||||||
ipc_gid audio
|
ipc_gid audio
|
||||||
|
ipc_perm 0660
|
||||||
slave {
|
slave {
|
||||||
pcm {
|
pcm {
|
||||||
type hw
|
type hw
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue