Home
last modified time | relevance | path

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

/Linux-v6.6/include/sound/
Dump.h114 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol);
/Linux-v6.6/sound/core/
Dump.c686 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol) in snd_ump_switch_protocol() function
698 EXPORT_SYMBOL_GPL(snd_ump_switch_protocol);
707 snd_ump_switch_protocol(ump, protocol); in ump_handle_stream_cfg_msg()
/Linux-v6.6/drivers/usb/gadget/function/
Df_midi2.c636 snd_ump_switch_protocol(ep->ump, ep->info.protocol); in process_ump_stream_msg()