Searched refs:snd_ump_endpoint_new (Results 1 – 4 of 4) sorted by relevance
/linux/include/sound/ |
H A D | ump.h | 104 int snd_ump_endpoint_new(struct snd_card *card, char *id, int device,
|
/linux/sound/core/ |
H A D | ump.c | 131 * 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 D | midi2.c | 716 err = snd_ump_endpoint_new(umidi->chip->card, idstr, rmidi->index, in create_midi2_ump()
|
/linux/drivers/usb/gadget/function/ |
H A D | f_midi2.c | 1552 err = snd_ump_endpoint_new(card, "MIDI 2.0 Gadget", id, in f_midi2_create_card()
|