mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Windows Waveform Audio driver (no ADC support yet)
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
ad323081aa
commit
d56316388d
7 changed files with 449 additions and 97 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue