qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 04/24] dsoundaudio: port to the new audio bac


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH v2 04/24] dsoundaudio: port to the new audio backend api
Date: Wed, 11 Sep 2019 09:00:51 +0200
User-agent: NeoMutt/20180716

> +static void *dsound_get_buffer_in(HWVoiceIn *hw, size_t *size)
>  {

> +    int err;
> +    void *ret;
> +n
> +    hr = IDirectSoundCaptureBuffer_GetCurrentPosition(dscb, &cpos, NULL);

Huh?  Stray 'n' here.  That can hardly survived a build test ...

Removed it.  Builds now.  Continuing testing.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]