Index: /trunk/src/VBox/Main/src-client/AudioDriver.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/AudioDriver.cpp	(revision 70563)
+++ /trunk/src/VBox/Main/src-client/AudioDriver.cpp	(revision 70564)
@@ -71,4 +71,13 @@
 }
 
+
+/**
+ * Initializes the audio driver with a certain (device) configuration.
+ * Note: The driver's LUN will be determined on runtime when attaching the
+ *       driver to the audio driver chain.
+ *
+ * @returns VBox status code.
+ * @param pCfg                  Audio driver configuration to use.
+ */
 int AudioDriver::Initialize(AudioDriverCfg *pCfg)
 {
@@ -85,5 +94,5 @@
  * Does nothing if the audio driver already is attached.
  *
- * @returns IPRT status code.
+ * @returns VBox status code.
  * @param   pThis               Audio driver to detach.
  */
@@ -134,5 +143,5 @@
  * Does nothing if the audio driver already is detached or not attached.
  *
- * @returns IPRT status code.
+ * @returns VBox status code.
  * @param   pThis               Audio driver to detach.
  */
