Searched defs:snd_ump_endpoint (Results 1 – 1 of 1) sorted by relevance
24 struct snd_ump_endpoint { struct27 struct snd_ump_endpoint_info info; argument33 void (*private_free)(struct snd_ump_endpoint *ump); argument36 u32 stream_wait_for; /* expected stream message status */37 bool stream_finished; /* set when message has been processed */38 bool parsed; /* UMP / FB parse finished? */39 bool no_process_stream; /* suppress UMP stream messages handling */40 wait_queue_head_t stream_wait;41 struct snd_rawmidi_file stream_rfile;43 struct list_head block_list; /* list of snd_ump_block objects */[all …]