Update asound.conf add ipc permissions to everyone

master-b-p
Alan Johnston 2 weeks ago committed by GitHub
parent 248f92f053
commit 8db0be76f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,6 +22,7 @@ pcm.softvol {
pcm.shared_speaker {
type dmix
ipc_key 1024
ipc_perm 0666
slave {
pcm "hw:CARD=Device,DEV=0"
rate 48000
@ -35,6 +36,7 @@ pcm.shared_speaker {
pcm.shared_mic {
type dsnoop
ipc_key 2048
ipc_perm 0666
slave {
pcm "hw:CARD=Device,DEV=0"
# channels 1

Loading…
Cancel
Save

Powered by TurnKey Linux.