|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | tegra_asoc_utils_data |
Macros | |
| #define | __TEGRA_ASOC_UTILS_H_ |
Enumerations | |
| enum | tegra_asoc_utils_soc { TEGRA_ASOC_UTILS_SOC_TEGRA20, TEGRA_ASOC_UTILS_SOC_TEGRA30 } |
Functions | |
| int | tegra_asoc_utils_set_rate (struct tegra_asoc_utils_data *data, int srate, int mclk) |
| int | tegra_asoc_utils_init (struct tegra_asoc_utils_data *data, struct device *dev) |
| void | tegra_asoc_utils_fini (struct tegra_asoc_utils_data *data) |
| #define __TEGRA_ASOC_UTILS_H_ |
Definition at line 24 of file tegra_asoc_utils.h.
| enum tegra_asoc_utils_soc |
Definition at line 29 of file tegra_asoc_utils.h.
| void tegra_asoc_utils_fini | ( | struct tegra_asoc_utils_data * | data | ) |
Definition at line 174 of file tegra_asoc_utils.c.
| int tegra_asoc_utils_init | ( | struct tegra_asoc_utils_data * | data, |
| struct device * | dev | ||
| ) |
Definition at line 115 of file tegra_asoc_utils.c.
| int tegra_asoc_utils_set_rate | ( | struct tegra_asoc_utils_data * | data, |
| int | srate, | ||
| int | mclk | ||
| ) |
Definition at line 32 of file tegra_asoc_utils.c.
1.8.2