OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_voices
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu10k1_synth.h
34
int
max_voices
; /* maximum number of voices for wavetable */
member in struct:snd_emu10k1_synth_arg
emux_synth.h
97
int
max_voices
; /* Number of voices */
member in struct:snd_emux
opl3.h
285
unsigned char
max_voices
; /* max number of voices */
member in struct:snd_opl3
/external/qemu/audio/
audio_template.h
42
int
max_voices
= glue (drv->max_voices_, TYPE);
local
45
if (glue (s->nb_hw_voices_, TYPE) >
max_voices
) {
46
if (!
max_voices
) {
55
max_voices
);
57
glue (s->nb_hw_voices_, TYPE) =
max_voices
;
60
if (audio_bug (AUDIO_FUNC, !voice_size &&
max_voices
)) {
61
dolog ("drv=`%s' voice_size=0
max_voices
=%d\n",
62
drv->name,
max_voices
);
66
if (audio_bug (AUDIO_FUNC, voice_size && !
max_voices
)) {
67
dolog ("drv=`%s' voice_size=%d
max_voices
=0\n"
[
all
...]
Completed in 479 milliseconds