Searched defs:snd_seq_port_subscribe (Results 1 – 3 of 3) sorted by relevance
353 struct snd_seq_port_subscribe { struct354 struct snd_seq_addr sender;355 struct snd_seq_addr dest;356 unsigned int voices;357 unsigned int flags;358 unsigned char queue;359 unsigned char pad[3];360 char reserved[64];
432 struct snd_seq_port_subscribe { struct434 struct snd_seq_addr sender;435 struct snd_seq_addr dest;436 unsigned int voices;437 unsigned int flags;439 unsigned char queue;440 unsigned char pad[3];441 char reserved[64];
542 struct snd_seq_port_subscribe { struct543 struct snd_seq_addr sender; /* sender address */544 struct snd_seq_addr dest; /* destination address */545 unsigned int voices; /* number of voices to be allocated (0 = don't care) */546 unsigned int flags; /* modes */547 unsigned char queue; /* input time-stamp queue (optional) */548 unsigned char pad[3]; /* reserved */549 char reserved[64];