1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/desktops/pipewire/alsa-monitor.conf.json
2021-03-05 00:39:32 +02:00

49 lines
785 B
JSON

{
"properties": {},
"rules": [
{
"actions": {
"update-props": {
"api": {
"acp": {
"auto-port": false,
"auto-profile": false
},
"alsa": {
"use-acp": true
}
}
}
},
"matches": [
{
"device": {
"name": "~alsa_card.*"
}
}
]
},
{
"actions": {
"update-props": {
"node": {
"pause-on-idle": false
}
}
},
"matches": [
{
"node": {
"name": "~alsa_input.*"
}
},
{
"node": {
"name": "~alsa_output.*"
}
}
]
}
]
}