diff options
Diffstat (limited to 'sound/usb/endpoint.c')
-rw-r--r-- | sound/usb/endpoint.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index 7b1cb365ffab..c07a7eda42a2 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c | |||
@@ -438,6 +438,9 @@ exit_clear: | |||
438 | * | 438 | * |
439 | * New endpoints will be added to chip->ep_list and must be freed by | 439 | * New endpoints will be added to chip->ep_list and must be freed by |
440 | * calling snd_usb_endpoint_free(). | 440 | * calling snd_usb_endpoint_free(). |
441 | * | ||
442 | * For SND_USB_ENDPOINT_TYPE_SYNC, the caller needs to guarantee that | ||
443 | * bNumEndpoints > 1 beforehand. | ||
441 | */ | 444 | */ |
442 | struct snd_usb_endpoint *snd_usb_add_endpoint(struct snd_usb_audio *chip, | 445 | struct snd_usb_endpoint *snd_usb_add_endpoint(struct snd_usb_audio *chip, |
443 | struct usb_host_interface *alts, | 446 | struct usb_host_interface *alts, |