Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/device.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include "tegra20_spdif.h"
Go to the source code of this file.
Macros | |
#define | DRV_NAME "tegra20-spdif" |
Functions | |
module_platform_driver (tegra20_spdif_driver) | |
MODULE_AUTHOR ("Stephen Warren <[email protected]>") | |
MODULE_DESCRIPTION ("Tegra20 SPDIF ASoC driver") | |
MODULE_LICENSE ("GPL") | |
MODULE_ALIAS ("platform:"DRV_NAME) | |
#define DRV_NAME "tegra20-spdif" |
Definition at line 38 of file tegra20_spdif.c.
MODULE_ALIAS | ( | "platform:" | DRV_NAME | ) |
MODULE_AUTHOR | ( | "Stephen Warren <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | tegra20_spdif_driver | ) |