On Mon, Jul 13, 2026 at 11:43 AM Alexander Mikhalitsyn
<[email protected]> wrote:
>
> From: Alexander Mikhalitsyn <[email protected]>
>
> Signed-off-by: Alexander Mikhalitsyn <[email protected]>
> ---

Reviewed-by: Manos Pitsidianakis <[email protected]>

> v4:
>         - this commit was split from
>           "hw/audio/virtio-sound: add stream state variable"
>           (suggested by Manos Pitsidianakis)
> ---
>  include/hw/audio/virtio-snd.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/include/hw/audio/virtio-snd.h b/include/hw/audio/virtio-snd.h
> index f8bb5c95b97..b60b098ccd8 100644
> --- a/include/hw/audio/virtio-snd.h
> +++ b/include/hw/audio/virtio-snd.h
> @@ -138,7 +138,6 @@ struct VirtIOSoundPCMStream {
>      virtio_snd_pcm_set_params params;
>      uint32_t id;
>      VirtIOSound *s;
> -    bool flushing;
>      audsettings as;
>      union {
>          SWVoiceIn *in;
> --
> 2.47.3
>

Reply via email to