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:
Wim Taymans 2023-10-12 11:57:14 +02:00
parent a8636b04cb
commit 162f90ac3a

View file

@ -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)