[PATCH 1/2] mmdevapi: allow GetPropValue function in audio drivers (try 2)

Andrew Eikum aeikum at codeweavers.com
Wed Nov 19 09:46:28 CST 2014


Looks good, just one small note below.

On Wed, Nov 19, 2014 at 02:35:14PM +0000, Mark Harmstone wrote:
> +    if (!drvs.pGetPropValue)
> +    {
> +        TRACE("Driver does not implement GetPropValue\n");
> +        return E_NOTIMPL;
> +    }
> +

This makes the drivers without GetPropValue pretty noisy during
loading. I don't think anything needs to be printed, since we'll see
the TRACEs from the driver if the function is present.

Andrew



More information about the wine-devel mailing list