diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2020-06-29 06:26:07 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-06-30 19:48:18 +0200 |
commit | 5ff40e6d0f8ae2f711b0e97d4c0a4d081fdd0dc1 (patch) | |
tree | 8c999e1777446fc6d6820b46e612d36be7e71ca2 /sound/usb/mixer_scarlett_gen2.c | |
parent | 81033c6b584b44514cbb16fffc26ca29a0fa6270 (diff) | |
download | linux-5ff40e6d0f8ae2f711b0e97d4c0a4d081fdd0dc1.tar.gz |
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_scarlett_gen2.c')
-rw-r--r-- | sound/usb/mixer_scarlett_gen2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/usb/mixer_scarlett_gen2.c b/sound/usb/mixer_scarlett_gen2.c index 74c00c905d24..0ffff7640892 100644 --- a/sound/usb/mixer_scarlett_gen2.c +++ b/sound/usb/mixer_scarlett_gen2.c @@ -332,7 +332,7 @@ static const struct scarlett2_device_info s18i8_gen2_info = { }, [SCARLETT2_PORT_TYPE_SPDIF] = { .id = 0x180, - /* S/PDIF outputs aren't available at 192KHz + /* S/PDIF outputs aren't available at 192kHz * but are included in the USB mux I/O * assignment message anyway */ @@ -401,7 +401,7 @@ static const struct scarlett2_device_info s18i20_gen2_info = { .dst_descr = "Analogue Output %02d Playback" }, [SCARLETT2_PORT_TYPE_SPDIF] = { - /* S/PDIF outputs aren't available at 192KHz + /* S/PDIF outputs aren't available at 192kHz * but are included in the USB mux I/O * assignment message anyway */ |