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_win_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_win_int.h')
-rw-r--r-- | audio/audio_win_int.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/audio_win_int.h b/audio/audio_win_int.h new file mode 100644 index 0000000000..fa5b3cb802 --- /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 */ |