Home
last modified time | relevance | path

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

/linux-6.6.21/sound/usb/
Dendpoint.h11 int snd_usb_add_endpoint(struct snd_usb_audio *chip, int ep_num, int type);
Dstream.c1213 err = snd_usb_add_endpoint(chip, fp->endpoint, in __snd_usb_parse_audio_interface()
1219 err = snd_usb_add_endpoint(chip, fp->sync_ep, in __snd_usb_parse_audio_interface()
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()
Dendpoint.c679 int snd_usb_add_endpoint(struct snd_usb_audio *chip, int ep_num, int type) in snd_usb_add_endpoint() function