Linux Kernel
3.7.1
|
#include <linux/platform_device.h>
#include <linux/export.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
Go to the source code of this file.
EXPORT_SYMBOL_GPL | ( | snd_soc_calc_frame_size | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_params_to_frame_size | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_calc_bclk | ) |
EXPORT_SYMBOL_GPL | ( | snd_soc_params_to_bclk | ) |
Definition at line 42 of file soc-utils.c.
Definition at line 23 of file soc-utils.c.
int snd_soc_params_to_bclk | ( | struct snd_pcm_hw_params * | params | ) |
Definition at line 48 of file soc-utils.c.
int snd_soc_params_to_frame_size | ( | struct snd_pcm_hw_params * | params | ) |
Definition at line 29 of file soc-utils.c.
Definition at line 154 of file soc-utils.c.
Definition at line 133 of file soc-utils.c.