diff options
author | Eldad Zack <eldad@fogrefinery.com> | 2013-04-03 23:18:52 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-04-04 08:30:30 +0200 |
commit | 98ae472b574647e36b2c8306091dff6de4606222 (patch) | |
tree | 498ba0c54a6498651b9b665841c151055b195ca6 /sound/usb/pcm.c | |
parent | ed136aca77144ccc790b58a0a54201909cddc6d6 (diff) | |
download | blackbird-op-linux-98ae472b574647e36b2c8306091dff6de4606222.tar.gz blackbird-op-linux-98ae472b574647e36b2c8306091dff6de4606222.zip |
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/pcm.c')
-rw-r--r-- | sound/usb/pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 652724c12235..754cb5bb1f79 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -1271,7 +1271,7 @@ static void prepare_playback_urb(struct snd_usb_substream *subs, } } if (period_elapsed && - !snd_usb_endpoint_implict_feedback_sink(subs->data_endpoint)) /* finish at the period boundary */ + !snd_usb_endpoint_implicit_feedback_sink(subs->data_endpoint)) /* finish at the period boundary */ break; } bytes = frames * stride; |