qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 10/51] noaudio: port to -audiodev config


From: Kővágó, Zoltán
Subject: [Qemu-devel] [PATCH 10/51] noaudio: port to -audiodev config
Date: Thu, 14 Jan 2016 14:45:23 +0100

Signed-off-by: Kővágó, Zoltán <address@hidden>
---
 audio/noaudio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/audio/noaudio.c b/audio/noaudio.c
index 108b02d..4c94a26 100644
--- a/audio/noaudio.c
+++ b/audio/noaudio.c
@@ -161,7 +161,6 @@ static struct audio_pcm_ops no_pcm_ops = {
 struct audio_driver no_audio_driver = {
     .name           = "none",
     .descr          = "Timer based audio emulation",
-    .options        = NULL,
     .init           = no_audio_init,
     .fini           = no_audio_fini,
     .pcm_ops        = &no_pcm_ops,
-- 
2.7.0




reply via email to

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