mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa-seq: set priority.driver to 1
So that nodes are moved to it as a fallback when nothing else is running. Fixes #3562
This commit is contained in:
parent
a8636b04cb
commit
162f90ac3a
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ static const struct spa_dict_item node_info_items[] = {
|
|||
{ SPA_KEY_DEVICE_API, "alsa" },
|
||||
{ SPA_KEY_MEDIA_CLASS, "Midi/Bridge" },
|
||||
{ SPA_KEY_NODE_DRIVER, "true" },
|
||||
{ "priority.driver", "1" },
|
||||
};
|
||||
|
||||
static void emit_node_info(struct seq_state *this, bool full)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue