Home
last modified time | relevance | path

Searched refs:INIT_FIELD (Results 1 – 3 of 3) sorted by relevance

/external/qemu/audio/
Dwavaudio.c462 INIT_FIELD (name = ) "wav",
463 INIT_FIELD (descr = )
465 INIT_FIELD (options = ) wav_options,
466 INIT_FIELD (init = ) wav_audio_init,
467 INIT_FIELD (fini = ) wav_audio_fini,
468 INIT_FIELD (pcm_ops = ) &wav_pcm_ops,
469 INIT_FIELD (can_be_default = ) 0,
471 INIT_FIELD (max_voices_in = ) 1,
472 INIT_FIELD (max_voices_out = ) 1,
473 INIT_FIELD (voice_size_out = ) sizeof (WAVVoiceOut),
[all …]
Dwinaudio.c654 INIT_FIELD (name = ) "winaudio",
655 INIT_FIELD (descr = ) "Windows wave audio",
656 INIT_FIELD (options = ) winaudio_options,
657 INIT_FIELD (init = ) winaudio_init,
658 INIT_FIELD (fini = ) winaudio_fini,
659 INIT_FIELD (pcm_ops = ) &winaudio_pcm_ops,
660 INIT_FIELD (can_be_default = ) 1,
661 INIT_FIELD (max_voices_out = ) 1,
662 INIT_FIELD (max_voices_in = ) 1,
663 INIT_FIELD (voice_size_out = ) sizeof (WinAudioOut),
[all …]
Daudio_int.h243 #define INIT_FIELD(f) . f macro
245 #define INIT_FIELD(f) /**/ macro