kernel/sound/usb/endpoint.h
.. .. @@ -28,6 +28,7 @@ 28 28 void snd_usb_endpoint_free(struct snd_usb_endpoint *ep); 29 29 30 30 int snd_usb_endpoint_implicit_feedback_sink(struct snd_usb_endpoint *ep); 31 +int snd_usb_endpoint_slave_next_packet_size(struct snd_usb_endpoint *ep);31 32 int snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint *ep); 32 33 33 34 void snd_usb_handle_sync_urb(struct snd_usb_endpoint *ep,