Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dendpoint.h11 int snd_usb_add_endpoint(struct snd_usb_audio *chip, int ep_num, int type);
H A Dstream.c1216 err = snd_usb_add_endpoint(chip, fp->endpoint, in __snd_usb_parse_audio_interface()
1222 err = snd_usb_add_endpoint(chip, fp->sync_ep, in __snd_usb_parse_audio_interface()
H A Dquirks.c129 err = snd_usb_add_endpoint(chip, fp->endpoint, in add_audio_stream_from_fixed_fmt()
135 err = snd_usb_add_endpoint(chip, fp->sync_ep, in add_audio_stream_from_fixed_fmt()
H A Dendpoint.c679 int snd_usb_add_endpoint(struct snd_usb_audio *chip, int ep_num, int type) in snd_usb_add_endpoint() function