ALSA: pcm: fix typo in comment
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 28 May 2024 19:18:50 +0000 (21:18 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 29 May 2024 08:40:36 +0000 (10:40 +0200)
Fix the typo in the comment for SNDRV_PCM_RATE_KNOT

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20240528191850.63314-1-alexandre.belloni@bootlin.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h

index 61c6054618c8ead951b15390ec91bb40b4a63ca2..3edd7a7346daaaf30ddb44e1151d8caae8371a64 100644 (file)
@@ -124,7 +124,7 @@ struct snd_pcm_ops {
 #define SNDRV_PCM_RATE_768000          (1U<<16)        /* 768000Hz */
 
 #define SNDRV_PCM_RATE_CONTINUOUS      (1U<<30)        /* continuous range */
-#define SNDRV_PCM_RATE_KNOT            (1U<<31)        /* supports more non-continuos rates */
+#define SNDRV_PCM_RATE_KNOT            (1U<<31)        /* supports more non-continuous rates */
 
 #define SNDRV_PCM_RATE_8000_44100      (SNDRV_PCM_RATE_8000|SNDRV_PCM_RATE_11025|\
                                         SNDRV_PCM_RATE_16000|SNDRV_PCM_RATE_22050|\