support: add dummy driver

Add a dummy driver node with high priority. All nodes not linked
to a device node will be linked to this when they require a driver.
This commit is contained in:
Wim Taymans 2020-04-27 20:18:34 +02:00
parent 730c85e5b0
commit 2220d5b9b6
5 changed files with 401 additions and 0 deletions

View file

@ -37,6 +37,7 @@ extern "C" {
* interface */
#define SPA_NAME_SUPPORT_SYSTEM "support.system" /**< A System interface */
#define SPA_NAME_SUPPORT_NODE_DRIVER "support.node.driver" /**< A dummy driver node */
/* control mixer */
#define SPA_NAME_CONTROL_MIXER "control.mixer" /**< mixes control streams */