public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: pcm: fix typo in comment
@ 2024-05-28 19:18 alexandre.belloni
  2024-05-29  8:40 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: alexandre.belloni @ 2024-05-28 19:18 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Alexandre Belloni, linux-sound, linux-kernel

From: Alexandre Belloni <alexandre.belloni@bootlin.com>

Fix the typo in the comment for SNDRV_PCM_RATE_KNOT

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
---
 include/sound/pcm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 61c6054618c8..3edd7a7346da 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -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|\
-- 
2.45.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: pcm: fix typo in comment
  2024-05-28 19:18 [PATCH] ALSA: pcm: fix typo in comment alexandre.belloni
@ 2024-05-29  8:40 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-05-29  8:40 UTC (permalink / raw)
  To: alexandre.belloni
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel

On Tue, 28 May 2024 21:18:50 +0200,
alexandre.belloni@bootlin.com wrote:
> 
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 
> Fix the typo in the comment for SNDRV_PCM_RATE_KNOT
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Thanks, applied.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-29  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-28 19:18 [PATCH] ALSA: pcm: fix typo in comment alexandre.belloni
2024-05-29  8:40 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox