andrew cooke wrote: >deviceman.cc:294: aggregate `struct snd_seq_client_info_t clienti' has >incomplete type and cannot be initialized
they want total opacity for all their structs in alsa, so you need snd_seq_client_info_malloc() and friends from alsa-lib. consequently, you need to use the accessor/mutator functions alsa-lib provides for the structs' properties. tim
