stream-util: Add pa_stream_get_volume_channel_map()

The new function isn't used yet, but it soon will.
This commit is contained in:
Tanu Kaskinen 2013-12-17 21:17:55 +02:00
parent a3a795ef3d
commit 6cdb569b83
3 changed files with 137 additions and 0 deletions

View file

@ -895,6 +895,7 @@ libpulsecore_@PA_MAJORMINOR@_la_SOURCES = \
pulsecore/remap_mmx.c pulsecore/remap_sse.c \
pulsecore/resampler.c pulsecore/resampler.h \
pulsecore/rtpoll.c pulsecore/rtpoll.h \
pulsecore/stream-util.c pulsecore/stream-util.h \
pulsecore/mix.c pulsecore/mix.h \
pulsecore/cpu.h \
pulsecore/cpu-arm.c pulsecore/cpu-arm.h \