summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHemanth Selam <hemanth.selam@gmail.com>2026-09-15 14:14:14 +0530
committerTakashi Iwai <tiwai@suse.de>2026-09-15 12:07:42 +0200
commitf1e7c286f48111dd21149cbf8d4979528c2e7e7d (patch)
tree5f1d1b2ebbc842f1961f0f35ffd5293966bea788
parent4b3a2df06fbedca410497aceb6a15cbdd1848b28 (diff)
downloadlinux-next-f1e7c286f48111dd21149cbf8d4979528c2e7e7d.tar.gz
linux-next-f1e7c286f48111dd21149cbf8d4979528c2e7e7d.zip
ALSA: aw2: 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-14-hemanth.selam@gmail.com
-rw-r--r--sound/pci/aw2/aw2-saa7146.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/aw2/aw2-saa7146.c b/sound/pci/aw2/aw2-saa7146.c
index c84f1a45194f..6857a0ec2924 100644
--- a/sound/pci/aw2/aw2-saa7146.c
+++ b/sound/pci/aw2/aw2-saa7146.c
@@ -147,7 +147,7 @@ void snd_aw2_saa7146_pcm_init_playback(struct snd_aw2_saa7146 *chip,
unsigned long dw_page, dw_limit;
/* Configure DMA for substream
- Configuration informations: ALSA has allocated continuous memory
+ Configuration information: ALSA has allocated continuous memory
pages. So we don't need to use MMU of saa7146.
*/
@@ -204,7 +204,7 @@ void snd_aw2_saa7146_pcm_init_capture(struct snd_aw2_saa7146 *chip,
unsigned long dw_page, dw_limit;
/* Configure DMA for substream
- Configuration informations: ALSA has allocated continuous memory
+ Configuration information: ALSA has allocated continuous memory
pages. So we don't need to use MMU of saa7146.
*/