[PATCH 4/5] winecoreaudio.drv: Implement IAudioSessionControl::GetState

Ken Thomases ken at codeweavers.com
Sun May 1 03:36:18 CDT 2011


Hi,

On Apr 29, 2011, at 3:50 PM, Andrew Eikum wrote:

> +    LIST_FOR_EACH_ENTRY(client, &This->session->clients, ACImpl, entry){
> +        OSSpinLockLock(&client->lock);
> +        if(client->playing == StatePlaying){
> +            *state = AudioSessionStateActive;

I think the session should be considered active if a client is in StateInTransition, too.

Regards,
Ken




More information about the wine-devel mailing list