mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
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:
parent
730c85e5b0
commit
2220d5b9b6
5 changed files with 401 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
spa_support_sources = ['cpu.c',
|
||||
'logger.c',
|
||||
'loop.c',
|
||||
'node-driver.c',
|
||||
'plugin.c',
|
||||
'system.c']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue