Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dump.h107 int snd_ump_parse_endpoint(struct snd_ump_endpoint *ump);
/linux/sound/core/
H A Dump.c1064 * snd_ump_parse_endpoint - parse endpoint and create function blocks
1070 int snd_ump_parse_endpoint(struct snd_ump_endpoint *ump) in snd_ump_parse_endpoint() function
1140 EXPORT_SYMBOL_GPL(snd_ump_parse_endpoint);
/linux/sound/usb/
H A Dmidi2.c800 err = snd_ump_parse_endpoint(rmidi->ump); in parse_ump_endpoints()