summaryrefslogtreecommitdiffstats
path: root/src/map-file
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2009-10-01 01:27:02 +0100
committerColin Guthrie <cguthrie@mandriva.org>2009-11-11 17:44:26 +0000
commit8a5778dcc59cecc8dbd0e3ac4fa2fe951d87de10 (patch)
tree720a977175535b2d82e5c96467fc936aba2e641d /src/map-file
parent45a4d26aca37abd917c784ec8a40d26acc02246f (diff)
device-manager: Change the prefer/defer options to a single 'reorder' command.
We put in the devices from the wire into a hashmap and then add all like type device in the database and then order them based on priority (with the ones specified on the wire always being in that order at the top of the list.
Diffstat (limited to 'src/map-file')
-rw-r--r--src/map-file3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map-file b/src/map-file
index d7b341df..3fc934c3 100644
--- a/src/map-file
+++ b/src/map-file
@@ -144,11 +144,10 @@ pa_cvolume_set_fade;
pa_cvolume_set_position;
pa_cvolume_snprint;
pa_cvolume_valid;
-pa_ext_device_manager_defer_device;
pa_ext_device_manager_delete;
pa_ext_device_manager_enable_role_device_priority_routing;
-pa_ext_device_manager_prefer_device;
pa_ext_device_manager_read;
+pa_ext_device_manager_reorder_devices_for_role;
pa_ext_device_manager_set_device_description;
pa_ext_device_manager_set_subscribe_cb;
pa_ext_device_manager_subscribe;