diff options
author | Mark Brown <broonie@kernel.org> | 2024-06-03 12:45:28 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-03 12:45:28 +0100 |
commit | 8832266dae4f4b401fedce537448bf0cda233b1a (patch) | |
tree | bc3b3ebf0fecc6e406472ae7b9cbd399bbd1355b /include/sound/pcm.h | |
parent | f31f012d799cb3a1ab0e99db3694dd5616e59947 (diff) | |
parent | c3f38fa61af77b49866b006939479069cd451173 (diff) |
regulator: Merge up fixes
We need these to get the i.MX8 boards working in CI again.
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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|\ |