diff options
Diffstat (limited to 'include/sound/soc.h')
| -rw-r--r-- | include/sound/soc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index b4fca9aed2a2..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); |
| @@ -498,6 +501,7 @@ int snd_soc_test_bits(struct snd_soc_codec *codec, unsigned int reg, | |||
| 498 | unsigned int mask, unsigned int value); | 501 | unsigned int mask, unsigned int value); |
| 499 | 502 | ||
| 500 | #ifdef CONFIG_SND_SOC_AC97_BUS | 503 | #ifdef CONFIG_SND_SOC_AC97_BUS |
| 504 | struct snd_ac97 *snd_soc_alloc_ac97_codec(struct snd_soc_codec *codec); | ||
| 501 | struct snd_ac97 *snd_soc_new_ac97_codec(struct snd_soc_codec *codec); | 505 | struct snd_ac97 *snd_soc_new_ac97_codec(struct snd_soc_codec *codec); |
| 502 | void snd_soc_free_ac97_codec(struct snd_ac97 *ac97); | 506 | void snd_soc_free_ac97_codec(struct snd_ac97 *ac97); |
| 503 | 507 | ||
