19 lines
291 B
Plaintext
19 lines
291 B
Plaintext
# Disable all monitor sources (e.g. output mirrors) so they don't appear as input devices
|
|
monitor.alsa.rules =
|
|
[
|
|
{
|
|
matches =
|
|
[
|
|
{
|
|
node.name = "~.*"
|
|
}
|
|
]
|
|
actions =
|
|
{
|
|
update-props =
|
|
{
|
|
item.features.monitor = false
|
|
}
|
|
}
|
|
}
|
|
] |