fix(backup): removed links, now actual files
This commit is contained in:
parent
a2b6084980
commit
e54fda1692
93 changed files with 582486 additions and 23 deletions
28
.config/wireplumber/wireplumber.conf.d/init.conf
Normal file
28
.config/wireplumber/wireplumber.conf.d/init.conf
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
monitor.alsa.rules = [
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
# This matches the value of the 'device.name' property of the device.
|
||||
device.name = "~alsa_card.pci-*"
|
||||
}
|
||||
]
|
||||
actions = {
|
||||
update-props = {
|
||||
# Apply all the desired device settings here.
|
||||
api.alsa.use-acp = false
|
||||
api.alsa.use-ucm = false
|
||||
}
|
||||
}
|
||||
}
|
||||
{
|
||||
matches = [
|
||||
{
|
||||
node.name = "~alsa_input.*"
|
||||
}
|
||||
]
|
||||
actions = {
|
||||
update-props = {
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue