Index: /trunk/src/VBox/Devices/Audio/DevCodec.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevCodec.cpp	(revision 31047)
+++ /trunk/src/VBox/Devices/Audio/DevCodec.cpp	(revision 31048)
@@ -436,5 +436,5 @@
 static int codecLookup(CODECState *pState, uint32_t cmd, PPFNCODECVERBPROCESSOR pfn)
 {
-    int rc = VERR_NOT_FOUND;
+    int rc = VINF_SUCCESS;
     if (   CODEC_CAD(cmd) != 0
         || CODEC_VERBDATA(cmd) == 0)
