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

@ -1,6 +1,7 @@
spa_support_sources = ['cpu.c',
'logger.c',
'loop.c',
'node-driver.c',
'plugin.c',
'system.c']