summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-15 14:14:13 +0530
committerTakashi Iwai <tiwai@suse.de>2026-09-15 12:07:42 +0200
commit4b3a2df06fbedca410497aceb6a15cbdd1848b28 (patch)
treef0372879528441da81ebfbdcdb761f407f9f00dd
parentea68d0abc10b5a59841548c7efc62485c2f95ce8 (diff)
downloadlinux-next-4b3a2df06fbedca410497aceb6a15cbdd1848b28.tar.gz
linux-next-4b3a2df06fbedca410497aceb6a15cbdd1848b28.zip
ALSA: au88x0: fix typos in comments
Correct spelling mistakes in comments. No functional change. Signed-off-by: Hemanth Selam <hemanth.selam@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://patch.msgid.link/20260915084424.1007757-13-hemanth.selam@gmail.com
-rw-r--r--sound/pci/au88x0/au88x0.h2
-rw-r--r--sound/pci/au88x0/au88x0_mpu401.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/au88x0/au88x0.h b/sound/pci/au88x0/au88x0.h
index 6cbb2bc4a048..f97a0303da3e 100644
--- a/sound/pci/au88x0/au88x0.h
+++ b/sound/pci/au88x0/au88x0.h
@@ -28,7 +28,7 @@
/* Vortex MPU401 defines. */
#define MIDI_CLOCK_DIV 0x61
-/* Standart MPU401 defines. */
+/* Standard MPU401 defines. */
#define MPU401_RESET 0xff
#define MPU401_ENTER_UART 0x3f
#define MPU401_ACK 0xfe
diff --git a/sound/pci/au88x0/au88x0_mpu401.c b/sound/pci/au88x0/au88x0_mpu401.c
index 164f6b7039ab..dff4bf80ab96 100644
--- a/sound/pci/au88x0/au88x0_mpu401.c
+++ b/sound/pci/au88x0/au88x0_mpu401.c
@@ -22,7 +22,7 @@
/* Vortex MPU401 defines. */
#define MIDI_CLOCK_DIV 0x61
-/* Standart MPU401 defines. */
+/* Standard MPU401 defines. */
#define MPU401_RESET 0xff
#define MPU401_ENTER_UART 0x3f
#define MPU401_ACK 0xfe