[PATCH v5 02/10] hw/audio/virtio-sound: drop unused struct VirtIOSoundPCMStream.flushing field
Alexander Mikhalitsyn <[email protected]> Mon, 3 Aug 2026 10:11:51 +0200
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Alexander Mikhalitsyn <[email protected]> Signed-off-by: Alexander Mikhalitsyn <[email protected]> Reviewed-by: Manos Pitsidianakis <[email protected]> --- v5: - added RWB tag from Manos 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