summaryrefslogtreecommitdiffstats
path: root/src/map-file
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-01-27 00:46:39 +0100
committerLennart Poettering <lennart@poettering.net>2009-01-27 00:46:39 +0100
commite52c5ea68a9c3bf6e7c4b30cb6c2d4706f214cd3 (patch)
treed8e2e4288d988393ec9426351ad574e04553ebfa /src/map-file
parent24b3a743bd8a18741b2c1e0370f18afb90ed1ea5 (diff)
implement new API functions pa_channel_map_can_balance(), pa_channel_map_to_name() and pa_channel_map_to_pretty_name()
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
index 55b13e13..cb5c749d 100644
--- a/src/map-file
+++ b/src/map-file
@@ -9,6 +9,7 @@ pa_browser_unref;
pa_bytes_per_second;
pa_bytes_snprint;
pa_bytes_to_usec;
+pa_channel_map_can_balance;
pa_channel_map_compatible;
pa_channel_map_equal;
pa_channel_map_init;
@@ -19,6 +20,8 @@ pa_channel_map_init_stereo;
pa_channel_map_parse;
pa_channel_map_snprint;
pa_channel_map_superset;
+pa_channel_map_to_name;
+pa_channel_map_to_pretty_name;
pa_channel_map_valid;
pa_channel_position_to_pretty_string;
pa_channel_position_to_string;