Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Added license information
[kvmfornfv.git]
/
qemu
/
audio
/
audio_win_int.h
1
#ifndef AUDIO_WIN_INT_H
2
#define AUDIO_WIN_INT_H
3
4
int waveformat_from_audio_settings (WAVEFORMATEX *wfx,
5
struct audsettings *as);
6
7
int waveformat_to_audio_settings (WAVEFORMATEX *wfx,
8
struct audsettings *as);
9
10
#endif /* AUDIO_WIN_INT_H */