summaryrefslogtreecommitdiff
path: root/sound/usb/mixer_s1810c.c
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2020-06-29 06:26:07 +0300
committerTakashi Iwai <tiwai@suse.de>2020-06-30 20:48:18 +0300
commit5ff40e6d0f8ae2f711b0e97d4c0a4d081fdd0dc1 (patch)
tree8c999e1777446fc6d6820b46e612d36be7e71ca2 /sound/usb/mixer_s1810c.c
parent81033c6b584b44514cbb16fffc26ca29a0fa6270 (diff)
downloadlinux-5ff40e6d0f8ae2f711b0e97d4c0a4d081fdd0dc1.tar.xz
ALSA: usb-audio: Fix some typos
Fix the following typos in comments and in the code: - KHz -> kHz - procssed -> processed Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Link: https://lore.kernel.org/r/20200629032607.255419-1-alexander@tsoy.me Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/mixer_s1810c.c')
-rw-r--r--sound/usb/mixer_s1810c.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/usb/mixer_s1810c.c b/sound/usb/mixer_s1810c.c
index 6483e47bafd0..c53a9773f310 100644
--- a/sound/usb/mixer_s1810c.c
+++ b/sound/usb/mixer_s1810c.c
@@ -554,11 +554,11 @@ int snd_sc1810_init_mixer(struct usb_mixer_interface *mixer)
dev_info(&dev->dev,
"Presonus Studio 1810c, device_setup: %u\n", chip->setup);
if (chip->setup == 1)
- dev_info(&dev->dev, "(8out/18in @ 48KHz)\n");
+ dev_info(&dev->dev, "(8out/18in @ 48kHz)\n");
else if (chip->setup == 2)
- dev_info(&dev->dev, "(6out/8in @ 192KHz)\n");
+ dev_info(&dev->dev, "(6out/8in @ 192kHz)\n");
else
- dev_info(&dev->dev, "(8out/14in @ 96KHz)\n");
+ dev_info(&dev->dev, "(8out/14in @ 96kHz)\n");
ret = snd_s1810c_init_mixer_maps(chip);
if (ret < 0)