Lines Matching refs:INIT_FIELD
654 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),
664 INIT_FIELD (voice_size_in = ) sizeof (WinAudioIn)