mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
device-manager: Add an untested protocol extension.
This is effectively copied from the stream restore extension.
This commit is contained in:
parent
bc869b5b28
commit
37e82cec0a
6 changed files with 732 additions and 1 deletions
|
|
@ -689,6 +689,7 @@ pulseinclude_HEADERS = \
|
|||
pulse/context.h \
|
||||
pulse/def.h \
|
||||
pulse/error.h \
|
||||
pulse/ext-device-manager.h \
|
||||
pulse/ext-stream-restore.h \
|
||||
pulse/gccmacro.h \
|
||||
pulse/introspect.h \
|
||||
|
|
@ -739,6 +740,7 @@ libpulse_la_SOURCES = \
|
|||
pulse/context.c pulse/context.h \
|
||||
pulse/def.h \
|
||||
pulse/error.c pulse/error.h \
|
||||
pulse/ext-device-manager.c pulse/ext-device-manager.h \
|
||||
pulse/ext-stream-restore.c pulse/ext-stream-restore.h \
|
||||
pulse/gccmacro.h \
|
||||
pulse/internal.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue