Skip to content

Commit 6d40dbc

Browse files
alexandrebellonitiwai
authored andcommitted
ALSA: pcm: fix typo in comment
Fix the typo in the comment for SNDRV_PCM_RATE_KNOT Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent fe85f6e commit 6d40dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sound/pcm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct snd_pcm_ops {
124124
#define SNDRV_PCM_RATE_768000 (1U<<16) /* 768000Hz */
125125

126126
#define SNDRV_PCM_RATE_CONTINUOUS (1U<<30) /* continuous range */
127-
#define SNDRV_PCM_RATE_KNOT (1U<<31) /* supports more non-continuos rates */
127+
#define SNDRV_PCM_RATE_KNOT (1U<<31) /* supports more non-continuous rates */
128128

129129
#define SNDRV_PCM_RATE_8000_44100 (SNDRV_PCM_RATE_8000|SNDRV_PCM_RATE_11025|\
130130
SNDRV_PCM_RATE_16000|SNDRV_PCM_RATE_22050|\

0 commit comments

Comments
 (0)