Home
last modified time | relevance | path

Searched refs:snd_ump_switch_protocol (Results 1 – 3 of 3) sorted by relevance

/linux/include/sound/
H A Dump.h126 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol);
/linux/sound/core/
H A Dump.c806 * snd_ump_switch_protocol - switch MIDI protocol
812 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol) in snd_ump_switch_protocol() function
831 EXPORT_SYMBOL_GPL(snd_ump_switch_protocol);
840 snd_ump_switch_protocol(ump, protocol); in ump_handle_stream_cfg_msg()
/linux/drivers/usb/gadget/function/
H A Df_midi2.c638 snd_ump_switch_protocol(ep->ump, to_ump_protocol(ep->info.protocol)); in process_ump_stream_msg()