]> Git Repo - qemu.git/blobdiff - audio/noaudio.c
tests/tco: Make test independent of global_qtest
[qemu.git] / audio / noaudio.c
index 79690af1eabd734451a25ec5f9a1f566d6ee238e..ccc611fc84701947124ad44a2c9db0befb3a08ff 100644 (file)
@@ -163,7 +163,6 @@ static struct audio_pcm_ops no_pcm_ops = {
 static 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,
This page took 0.028028 seconds and 4 git commands to generate.