Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dump.h124 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol);
/openbmc/linux/sound/core/
H A Dump.c743 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol) in snd_ump_switch_protocol() function
762 EXPORT_SYMBOL_GPL(snd_ump_switch_protocol);
771 snd_ump_switch_protocol(ump, protocol); in ump_handle_stream_cfg_msg()
/openbmc/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()