[OLD ARCHIVE] Scripts for full Arch Install
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
monitor.alsa.rules = [
|
|
{
|
|
matches = [
|
|
# This matches the value of the 'node.name' property of the node.
|
|
{
|
|
node.name = "~alsa_output.*"
|
|
}
|
|
]
|
|
actions = {
|
|
# Apply all the desired node specific settings here.
|
|
update-props = {
|
|
api.alsa.period-size = 1024
|
|
api.alsa.headroom = 8192
|
|
}
|
|
}
|
|
}
|
|
]
|
|
|