mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
49 lines
785 B
JSON
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.*"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|