commit | d56316388d09c976ba2ac2ab67a400f98a11116f | [log] [tgz] |
---|---|---|
author | malc <av1474@comtv.ru> | Sat Oct 10 01:13:41 2009 +0400 |
committer | malc <av1474@comtv.ru> | Sat Oct 10 01:18:24 2009 +0400 |
tree | 3e46a425c5d9f4fbaead918bc07aa7bf59e53cef | |
parent | ad323081aa0e20d3d573ea64e88a893d576c05e0 [diff] [blame] |
Windows Waveform Audio driver (no ADC support yet) Signed-off-by: malc <av1474@comtv.ru>
diff --git a/audio/audio_win_int.h b/audio/audio_win_int.h new file mode 100644 index 0000000..fa5b3cb --- /dev/null +++ b/audio/audio_win_int.h
@@ -0,0 +1,10 @@ +#ifndef AUDIO_WIN_INT_H +#define AUDIO_WIN_INT_H + +int waveformat_from_audio_settings (WAVEFORMATEX *wfx, + struct audsettings *as); + +int waveformat_to_audio_settings (WAVEFORMATEX *wfx, + struct audsettings *as); + +#endif /* AUDIO_WIN_INT_H */