summaryrefslogtreecommitdiffstats
path: root/audio/audio-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audio-api.txt')
-rw-r--r--audio/audio-api.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/audio-api.txt b/audio/audio-api.txt
index 6a4041c0..c49b61b9 100644
--- a/audio/audio-api.txt
+++ b/audio/audio-api.txt
@@ -31,11 +31,10 @@ Methods
Removes a device from the device tree. If there are
any connections open to the device they will be closed.
- array{string} ListDevices(array{string} interfaces) [experimental]
+ array{string} ListDevices() [experimental]
Retuns an array of strings indicating the object paths
- of available devices which implement as a minimum the
- interfaces given through the parameter.
+ of available devices.
string DefaultDevice()