* #36360: first work around for OpenSLES broken interfaces
diff --git a/src/org/sflphone/service/ISipService.aidl b/src/org/sflphone/service/ISipService.aidl
index 1883141..c1718d3 100644
--- a/src/org/sflphone/service/ISipService.aidl
+++ b/src/org/sflphone/service/ISipService.aidl
@@ -33,8 +33,7 @@
     
     
     // FIXME
-    List getAudioInputDeviceList();
-    List getAudioOutputDeviceList();
+    void toggleSpeakerPhone(in boolean toggle);
     
     /* History */
     List getHistory();