diff options
author | malc <av1474@comtv.ru> | 2009-10-10 01:13:41 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-10-10 01:18:24 +0400 |
commit | d56316388d09c976ba2ac2ab67a400f98a11116f (patch) | |
tree | 3e46a425c5d9f4fbaead918bc07aa7bf59e53cef /audio/audio_int.h | |
parent | ad323081aa0e20d3d573ea64e88a893d576c05e0 (diff) |
Windows Waveform Audio driver (no ADC support yet)
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio/audio_int.h')
-rw-r--r-- | audio/audio_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audio_int.h b/audio/audio_int.h index 4acc8d58c4..317c9fc115 100644 --- a/audio/audio_int.h +++ b/audio/audio_int.h @@ -209,6 +209,7 @@ extern struct audio_driver coreaudio_audio_driver; extern struct audio_driver dsound_audio_driver; extern struct audio_driver esd_audio_driver; extern struct audio_driver pa_audio_driver; +extern struct audio_driver winwave_audio_driver; extern struct mixeng_volume nominal_volume; void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as); |