diff options
author | gushengxian <gushengxian@yulong.com> | 2021-07-05 14:00:52 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-07-05 19:33:54 +0200 |
commit | ff630b6ab952416bb52ab3528001fe4eb8e7dac7 (patch) | |
tree | 6c83d63d969803ce9f2ddfeb0f1b5fee7bb3f4a4 /sound/usb/endpoint.c | |
parent | ALSA: bebob: correct duplicated entries with TerraTec OUI (diff) | |
download | linux-ff630b6ab952416bb52ab3528001fe4eb8e7dac7.tar.xz linux-ff630b6ab952416bb52ab3528001fe4eb8e7dac7.zip |
ALSA: usb-audio: fix spelling mistakes
Fix some spelling mistakes as follows:
altenate ==> alternate
compatbile ==> compatible
perfoms ==> performs
dont'register ==> don't register
periodicaly ==> periodically
arount ==> around
Signed-off-by: gushengxian <gushengxian@yulong.com>
Link: https://lore.kernel.org/r/20210705120052.665212-1-gushengxian507419@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/endpoint.c')
-rw-r--r-- | sound/usb/endpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/endpoint.c b/sound/usb/endpoint.c index da649211bff3..4f856771216b 100644 --- a/sound/usb/endpoint.c +++ b/sound/usb/endpoint.c @@ -645,7 +645,7 @@ static bool endpoint_compatible(struct snd_usb_endpoint *ep, } /* - * Check whether the given fp and hw params are compatbile with the current + * Check whether the given fp and hw params are compatible with the current * setup of the target EP for implicit feedback sync */ bool snd_usb_endpoint_compatible(struct snd_usb_audio *chip, @@ -1245,7 +1245,7 @@ static int snd_usb_endpoint_set_params(struct snd_usb_audio *chip, * * This function sets up the EP to be fully usable state. * It's called either from hw_params or prepare callback. - * The function checks need_setup flag, and perfoms nothing unless needed, + * The function checks need_setup flag, and performs nothing unless needed, * so it's safe to call this multiple times. * * This returns zero if unchanged, 1 if the configuration has changed, |