Searched defs:QEMUSoundCard (Results 1 - 1 of 1) sorted by relevance

/external/qemu/audio/
H A Daudio.h81 typedef struct QEMUSoundCard { struct
83 QLIST_ENTRY (QEMUSoundCard) entries;
84 } QEMUSoundCard; typedef in typeref:struct:QEMUSoundCard
98 void AUD_register_card (const char *name, QEMUSoundCard *card);
99 void AUD_remove_card (QEMUSoundCard *card);
108 QEMUSoundCard *card,
116 void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw);
129 QEMUSoundCard *card,
137 void AUD_close_in (QEMUSoundCard *card, SWVoiceIn *sw);

Completed in 47 milliseconds