/external/qemu/audio/ |
noaudio.c | 166 .max_voices_out = INT_MAX,
|
wavaudio.c | 483 INIT_FIELD (max_voices_out = ) 1, 487 INIT_FIELD (max_voices_out = ) 1,
|
audio_int.h | 151 int max_voices_out; member in struct:audio_driver
|
audio.c | 87 if ( drvtab[nn]->max_voices_out > 0 ) 110 if ( drvtab[nn]->max_voices_out > 0 ) { 135 if (drvtab[nn]->max_voices_out > 0) [all...] |
coreaudio.c | 802 .max_voices_out = 1,
|
dsoundaudio.c | 1026 .max_voices_out = INT_MAX,
|
esdaudio.c | 638 .max_voices_out = INT_MAX,
|
fmodaudio.c | 683 .max_voices_out = INT_MAX,
|
paaudio.c | 613 .max_voices_out = INT_MAX,
|
winaudio.c | 661 INIT_FIELD (max_voices_out = ) 1,
|
alsaaudio.c | [all...] |
ossaudio.c | 931 .max_voices_out = INT_MAX,
|