mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-26 07:00:07 -05:00
device-manager: Add an untested protocol extension.
This is effectively copied from the stream restore extension.
This commit is contained in:
parent
4c68fe7b9f
commit
0f6ace75c9
6 changed files with 732 additions and 1 deletions
|
|
@ -691,6 +691,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 \
|
||||
|
|
@ -741,6 +742,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