summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2017-12-12 06:16:04 +0200
committerTanu Kaskinen <tanuk@iki.fi>2017-12-12 07:02:06 +0200
commitbcd755bbe6db81acf1d8957c9ffa8e1a346dab49 (patch)
tree8d3510908f6c582ae7167c196834985616d6ab88
parent480e0e74f43565d7ece72141666961ae8cc2ed75 (diff)
downloadpulseaudio-bcd755bbe6db81acf1d8957c9ffa8e1a346dab49.tar.gz
map-file: add pa_encoding_from_string
The function is declared in pulse/format.h and it has Doxygen documentation, which tells me that the intention was to make the function available to clients. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=103806
-rw-r--r--src/map-file1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map-file b/src/map-file
index 93a62b860..9b6cba223 100644
--- a/src/map-file
+++ b/src/map-file
@@ -151,6 +151,7 @@ pa_cvolume_snprint_verbose;
pa_cvolume_valid;
pa_direction_to_string;
pa_direction_valid;
+pa_encoding_from_string;
pa_encoding_to_string;
pa_ext_device_manager_delete;
pa_ext_device_manager_enable_role_device_priority_routing;