diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 8391b0ec217..f75d1ccc5c5 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -317,6 +317,7 @@ int snd_soc_platform_read(struct snd_soc_platform *platform, | |||
317 | unsigned int reg); | 317 | unsigned int reg); |
318 | int snd_soc_platform_write(struct snd_soc_platform *platform, | 318 | int snd_soc_platform_write(struct snd_soc_platform *platform, |
319 | unsigned int reg, unsigned int val); | 319 | unsigned int reg, unsigned int val); |
320 | int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num); | ||
320 | 321 | ||
321 | /* Utility functions to get clock rates from various things */ | 322 | /* Utility functions to get clock rates from various things */ |
322 | int snd_soc_calc_frame_size(int sample_size, int channels, int tdm_slots); | 323 | int snd_soc_calc_frame_size(int sample_size, int channels, int tdm_slots); |