Home
last modified time | relevance | path

Searched refs:snd_ump_endpoint_new (Results 1 – 4 of 4) sorted by relevance

/linux/include/sound/
H A Dump.h104 int snd_ump_endpoint_new(struct snd_card *card, char *id, int device,
/linux/sound/core/
H A Dump.c131 * snd_ump_endpoint_new - create a UMP Endpoint object
154 int snd_ump_endpoint_new(struct snd_card *card, char *id, int device, in snd_ump_endpoint_new() function
202 EXPORT_SYMBOL_GPL(snd_ump_endpoint_new);
/linux/sound/usb/
H A Dmidi2.c716 err = snd_ump_endpoint_new(umidi->chip->card, idstr, rmidi->index, in create_midi2_ump()
/linux/drivers/usb/gadget/function/
H A Df_midi2.c1552 err = snd_ump_endpoint_new(card, "MIDI 2.0 Gadget", id, in f_midi2_create_card()