diff options
author | Eldad Zack <eldad@fogrefinery.com> | 2013-04-03 17:18:52 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-04-04 02:30:30 -0400 |
commit | 98ae472b574647e36b2c8306091dff6de4606222 (patch) | |
tree | 498ba0c54a6498651b9b665841c151055b195ca6 /sound/usb/endpoint.h | |
parent | ed136aca77144ccc790b58a0a54201909cddc6d6 (diff) |
ALSA: usb-audio: spelling correction
Correct spelling of snd_usb_endpoint_implict_feedback_sink in all
occurances.
Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/endpoint.h')
-rw-r--r-- | sound/usb/endpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/endpoint.h b/sound/usb/endpoint.h index 447902dd8a4a..2287adf5ca59 100644 --- a/sound/usb/endpoint.h +++ b/sound/usb/endpoint.h | |||
@@ -23,7 +23,7 @@ int snd_usb_endpoint_activate(struct snd_usb_endpoint *ep); | |||
23 | int snd_usb_endpoint_deactivate(struct snd_usb_endpoint *ep); | 23 | int snd_usb_endpoint_deactivate(struct snd_usb_endpoint *ep); |
24 | void snd_usb_endpoint_free(struct list_head *head); | 24 | void snd_usb_endpoint_free(struct list_head *head); |
25 | 25 | ||
26 | int snd_usb_endpoint_implict_feedback_sink(struct snd_usb_endpoint *ep); | 26 | int snd_usb_endpoint_implicit_feedback_sink(struct snd_usb_endpoint *ep); |
27 | int snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint *ep); | 27 | int snd_usb_endpoint_next_packet_size(struct snd_usb_endpoint *ep); |
28 | 28 | ||
29 | void snd_usb_handle_sync_urb(struct snd_usb_endpoint *ep, | 29 | void snd_usb_handle_sync_urb(struct snd_usb_endpoint *ep, |