diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/pcm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 2d5dee2fcb64..27f8ef48b5ec 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h | |||
@@ -925,6 +925,7 @@ snd_pcm_sframes_t snd_pcm_lib_readv(struct snd_pcm_substream *substream, | |||
925 | extern const struct snd_pcm_hw_constraint_list snd_pcm_known_rates; | 925 | extern const struct snd_pcm_hw_constraint_list snd_pcm_known_rates; |
926 | 926 | ||
927 | int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime); | 927 | int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime); |
928 | unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate); | ||
928 | 929 | ||
929 | static inline void snd_pcm_set_runtime_buffer(struct snd_pcm_substream *substream, | 930 | static inline void snd_pcm_set_runtime_buffer(struct snd_pcm_substream *substream, |
930 | struct snd_dma_buffer *bufp) | 931 | struct snd_dma_buffer *bufp) |