20 lines
326 B
Text
20 lines
326 B
Text
|
monitor.alsa.rules = [
|
||
|
# Generic PCI cards on any VM type
|
||
|
{
|
||
|
matches = [
|
||
|
{
|
||
|
node.name = "~alsa_input.*"
|
||
|
}
|
||
|
{
|
||
|
node.name = "~alsa_output.*"
|
||
|
}
|
||
|
]
|
||
|
actions = {
|
||
|
update-props = {
|
||
|
api.alsa.period-size = 1024
|
||
|
api.alsa.headroom = 2048
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|