OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:voice_size
(Results
1 - 1
of
1
) sorted by null
/external/qemu/audio/
audio_template.h
43
int
voice_size
= glue (drv->voice_size_, TYPE);
local
60
if (audio_bug (AUDIO_FUNC, !
voice_size
&& max_voices)) {
61
dolog ("drv=`%s'
voice_size
=0 max_voices=%d\n",
66
if (audio_bug (AUDIO_FUNC,
voice_size
&& !max_voices)) {
67
dolog ("drv=`%s'
voice_size
=%d max_voices=0\n",
68
drv->name,
voice_size
);
Completed in 467 milliseconds