diff options
author | gushengxian <gushengxian@yulong.com> | 2021-07-05 15:00:52 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-07-05 20:33:54 +0300 |
commit | ff630b6ab952416bb52ab3528001fe4eb8e7dac7 (patch) | |
tree | 6c83d63d969803ce9f2ddfeb0f1b5fee7bb3f4a4 /sound/usb/mixer_scarlett.c | |
parent | a07ebc7e050ccdfec508449b2ef8f2b2aa90927b (diff) | |
download | linux-ff630b6ab952416bb52ab3528001fe4eb8e7dac7.tar.xz |
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/mixer_scarlett.c')
-rw-r--r-- | sound/usb/mixer_scarlett.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/mixer_scarlett.c b/sound/usb/mixer_scarlett.c index 691b95466d0f..0d6e4f15bf77 100644 --- a/sound/usb/mixer_scarlett.c +++ b/sound/usb/mixer_scarlett.c @@ -21,7 +21,7 @@ * Auto-detection via UAC2 is not feasible to properly discover the vast * majority of features. It's related to both Linux/ALSA's UAC2 as well as * Focusrite's implementation of it. Eventually quirks may be sufficient but - * right now it's a major headache to work arount these things. + * right now it's a major headache to work around these things. * * NB. Neither the OSX nor the win driver provided by Focusrite performs * discovery, they seem to operate the same as this driver. |