direction: Add a couple of direction helper functions

This commit is contained in:
Tanu Kaskinen 2014-03-26 11:52:33 +02:00
parent 5621b7898b
commit b9147fad0f
6 changed files with 91 additions and 2 deletions

View file

@ -746,6 +746,7 @@ pulseinclude_HEADERS = \
pulse/channelmap.h \
pulse/context.h \
pulse/def.h \
pulse/direction.h \
pulse/error.h \
pulse/ext-device-manager.h \
pulse/ext-device-restore.h \
@ -791,6 +792,7 @@ libpulse_la_SOURCES = \
pulse/channelmap.c pulse/channelmap.h \
pulse/context.c pulse/context.h \
pulse/def.h \
pulse/direction.c pulse/direction.h \
pulse/error.c pulse/error.h \
pulse/ext-device-manager.c pulse/ext-device-manager.h \
pulse/ext-device-restore.c pulse/ext-device-restore.h \