diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index ac8b333acb4d..0d1ade195628 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -429,6 +429,9 @@ bool snd_soc_runtime_ignore_pmdown_time(struct snd_soc_pcm_runtime *rtd); | |||
429 | void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, int stream); | 429 | void snd_soc_runtime_activate(struct snd_soc_pcm_runtime *rtd, int stream); |
430 | void snd_soc_runtime_deactivate(struct snd_soc_pcm_runtime *rtd, int stream); | 430 | void snd_soc_runtime_deactivate(struct snd_soc_pcm_runtime *rtd, int stream); |
431 | 431 | ||
432 | int snd_soc_runtime_set_dai_fmt(struct snd_soc_pcm_runtime *rtd, | ||
433 | unsigned int dai_fmt); | ||
434 | |||
432 | /* Utility functions to get clock rates from various things */ | 435 | /* Utility functions to get clock rates from various things */ |
433 | int snd_soc_calc_frame_size(int sample_size, int channels, int tdm_slots); | 436 | int snd_soc_calc_frame_size(int sample_size, int channels, int tdm_slots); |
434 | int snd_soc_params_to_frame_size(struct snd_pcm_hw_params *params); | 437 | int snd_soc_params_to_frame_size(struct snd_pcm_hw_params *params); |