[Bug 43652] Engine Prime: no playback of tracks

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Sep 3 07:51:56 CDT 2017


https://bugs.winehq.org/show_bug.cgi?id=43652

--- Comment #2 from Adam Szmigin <smidge at xsco.net> ---
The FIXME message is from dlls/mmdevapi/devenum.c, in the MMDevice_Activate
function:

..
    else if (IsEqualIID(riid, &IID_IDeviceTopology))
    {
        FIXME("IID_IDeviceTopology unsupported\n");
    }
..

Here is the DeviceTopology API docs:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd370809(v=vs.85).aspx

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list