feat(profiles): Cleanup udev rules.

This commit is contained in:
Alexandre Pujol 2023-01-19 18:51:16 +00:00
parent 43606814cc
commit 64ad329dd9
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 84 additions and 60 deletions

View file

@ -36,9 +36,10 @@ profile wireplumber @{exec_path} {
@{run}/udev/data/+sound:card[0-9]* r, # For sound
@{run}/udev/data/c116:[0-9]* r, # for ALSA
@{run}/udev/data/c14:[0-9]* r,
@{run}/udev/data/c23[0-9]:[0-9]* r,
@{run}/udev/data/c50[0-9]:[0-9]* r,
@{run}/udev/data/c14:[0-9]* r, # Open Sound System (OSS)
@{run}/udev/data/c23[4-9]:[0-9]* r, # For dynamic assignment range 234 to 254
@{run}/udev/data/c24[0-9]:[0-9]* r,
@{run}/udev/data/c25[0-4]:[0-9]* r,
@{run}/udev/data/c81:[0-9]* r, # For video4linux
@{sys}/bus/ r,