Sign in
qemu
/
qemu
/
b39b7718dc23e9890ea7e770f543e6f2d17cb31b
/
.
/
audio
/
audio_win_int.h
blob: fa5b3cb802676e505396dc1e19172e9a44dccc7c [
file
] [
log
] [
blame
]
#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 */