summaryrefslogtreecommitdiff
path: root/audio/audio_int.h
diff options
context:
space:
mode:
authorKővágó, Zoltán <dirty.ice.hu@gmail.com>2015-06-03 23:03:46 +0200
committerGerd Hoffmann <kraxel@redhat.com>2015-06-15 10:50:31 +0200
commit3cec7cc22f95ce31565e8e2c03b06a2f7ae8bc6f (patch)
tree0a17f6d4669619cbfb78bff62fd34b84832bb6e7 /audio/audio_int.h
parent14382605da6bda74516f275695bd3345bc54c464 (diff)
downloadqemu-3cec7cc22f95ce31565e8e2c03b06a2f7ae8bc6f.tar.gz
audio: remove winwave audio driver
DirectSound should be a superior choice on Windows. Signed-off-by: Kővágó, Zoltán <DirtY.iCE.hu@gmail.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r--audio/audio_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h
index 7445602764..0eba44f5a0 100644
--- a/audio/audio_int.h
+++ b/audio/audio_int.h
@@ -211,7 +211,6 @@ extern struct audio_driver coreaudio_audio_driver;
extern struct audio_driver dsound_audio_driver;
extern struct audio_driver pa_audio_driver;
extern struct audio_driver spice_audio_driver;
-extern struct audio_driver winwave_audio_driver;
extern const struct mixeng_volume nominal_volume;
void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as);