feat(abs): improve audio abstraction.

This commit is contained in:
Alexandre Pujol 2023-11-24 18:17:26 +00:00
parent ef1023156e
commit cd1de59aad
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 8 additions and 18 deletions

View file

@ -46,7 +46,6 @@ profile wireplumber @{exec_path} {
@{run}/systemd/users/@{uid} r,
@{run}/udev/data/+sound:card@{int} r, # For sound
@{run}/udev/data/c14:@{int} r, # Open Sound System (OSS)
@{run}/udev/data/c81:@{int} r, # For video4linux
@{run}/udev/data/c116:@{int} r, # For ALSA
@ -59,8 +58,6 @@ profile wireplumber @{exec_path} {
@{sys}/bus/ r,
@{sys}/bus/media/devices/ r,
@{sys}/class/ r,
@{sys}/class/sound/ r,
@{sys}/devices/**/device:*/**/path r,
@{sys}/devices/**/sound/**/pcm_class r,
@{sys}/devices/**/sound/**/uevent r,