Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
#include "tegra_asoc_utils.h"
Go to the source code of this file.
Functions | |
int | tegra_asoc_utils_set_rate (struct tegra_asoc_utils_data *data, int srate, int mclk) |
EXPORT_SYMBOL_GPL (tegra_asoc_utils_set_rate) | |
int | tegra_asoc_utils_init (struct tegra_asoc_utils_data *data, struct device *dev) |
EXPORT_SYMBOL_GPL (tegra_asoc_utils_init) | |
void | tegra_asoc_utils_fini (struct tegra_asoc_utils_data *data) |
EXPORT_SYMBOL_GPL (tegra_asoc_utils_fini) | |
MODULE_AUTHOR ("Stephen Warren <[email protected]>") | |
MODULE_DESCRIPTION ("Tegra ASoC utility code") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL_GPL | ( | tegra_asoc_utils_set_rate | ) |
EXPORT_SYMBOL_GPL | ( | tegra_asoc_utils_init | ) |
EXPORT_SYMBOL_GPL | ( | tegra_asoc_utils_fini | ) |
MODULE_AUTHOR | ( | "Stephen Warren <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "Tegra ASoC utility code" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
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.