https://github.com/qemu/qemu
Raw File
Tip revision: 95a3fcc7487e5bef262e1f937ed8636986764c4e authored by Peter Maydell on 06 April 2022, 20:26:13 UTC
Update version for v7.0.0-rc3 release
Tip revision: 95a3fcc
audio_win_int.h
#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 */
back to top