Sign in
qemu
/
qemu
/
e389929d19a543ea5b34d02553b355f9f1c03162
/
.
/
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 */