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

49 lines
785 B
JSON
Raw Normal View History

2021-02-25 14:22:40 +00:00
{
"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.*"
}
}
]
}
]
}